Fixed the lacking 'options head' specifier in the example of the help.

This commit is contained in:
AmaiSaeta 2012-11-07 01:13:55 +09:00
parent df8767752e
commit 5e038dfc90
1 changed files with 1 additions and 0 deletions

1
doc/neosnippet.txt Normal file → Executable file
View File

@ -425,6 +425,7 @@ Snippet Keywords:
>
snippet if
options head
if ${1:condition}
${2}
endif