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