- Improved lua snippet.

This commit is contained in:
Shougo Matsushita 2013-05-26 13:09:01 +09:00
parent e9b3d8f00e
commit 01e2da6e49
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ options word
snippet if
options head
if (${1:#:condition}) then
if ${1:#:condition} then
${0:TARGET}
end