Merge pull request #95 from AmaiSaeta/fix/lacking-specifier_neosnippet-snippet-syntax_options-head_example

Fixed the lacking 'options head' specifier in the example of the help.
This commit is contained in:
Shougo 2012-11-06 17:46:14 -08:00
commit ef992cdd63

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

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