- Fixed error in java snippet.
This commit is contained in:
parent
4c605a5d8f
commit
d709b75afe
@ -69,8 +69,8 @@ snippet for
|
||||
snippet foreach
|
||||
alias fore
|
||||
for (${1} : ${2}) {
|
||||
${3:TARGET}
|
||||
}
|
||||
${3:TARGET}
|
||||
}
|
||||
|
||||
snippet switch
|
||||
switch (${1}) {
|
||||
|
@ -714,6 +714,7 @@ CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2012-11-09
|
||||
- Improved syntax error.
|
||||
- Fixed error in java snippet.
|
||||
|
||||
2012-11-07
|
||||
- Fixed s:indent_snippet().
|
||||
|
Loading…
Reference in New Issue
Block a user