- Fixed documentation.

This commit is contained in:
Shougo Matsushita 2013-06-28 15:37:51 +09:00
parent de31e2cf6c
commit fafe9cbc75
1 changed files with 18 additions and 12 deletions

View File

@ -326,7 +326,6 @@ Example:
if ${1:condition}
${2}
endif
<
The snippet syntax is close to the one of |snipMate|. Each snippet starts with
some keywords that define the name and modify the expansion and treatment of
@ -367,7 +366,14 @@ Snippet Keywords:
>
regexp '^% '
<
This snippet works same as "options head".
>
snippet if
regexp '^\S*'
if ${1:condition}
${2}
endif
<
- options [options] (Optional)
Options influence the snippet behavior. The possible values are: