- Fixed error in java snippet.

This commit is contained in:
Shougo Matsushita 2012-11-09 07:58:17 +09:00
parent 4c605a5d8f
commit d709b75afe
2 changed files with 3 additions and 2 deletions

View File

@ -69,8 +69,8 @@ snippet for
snippet foreach
alias fore
for (${1} : ${2}) {
${3:TARGET}
}
${3:TARGET}
}
snippet switch
switch (${1}) {

View File

@ -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().