- Fixed example.

This commit is contained in:
Shougo Matsushita 2013-06-30 00:20:44 +09:00
parent b54a4f6c92
commit 80b5e2f8cb
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ Snippet Keywords:
This snippet works same as "options head".
>
snippet if
regexp '^\S*'
regexp '^\s*'
if ${1:condition}
${2}
endif