- 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 snippet foreach
alias fore alias fore
for (${1} : ${2}) { for (${1} : ${2}) {
${3:TARGET} ${3:TARGET}
} }
snippet switch snippet switch
switch (${1}) { switch (${1}) {

View File

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