- Improved documentation.

This commit is contained in:
Shougo Matsushita 2012-07-02 11:37:14 +09:00
parent f777092636
commit d4413637d6
1 changed files with 2 additions and 3 deletions

View File

@ -277,10 +277,9 @@ But must escape inner '}'. '\' is eacape sequence.
snippet div snippet div
<div ${1:id="${2:someid\}"}>${3}</div>${4} <div ${1:id="${2:someid\}"}>${3}</div>${4}
< <
If you use hard tab for indentation in snippet file, neocomplcache will use If you use hard tab for indentation in snippet file, neocomplcache will use
'shiftwidth' instead of original Vim indent function. This feature is useful 'shiftwidth' instead of Vim indent plugin. This feature is useful while some
while some languages' indent files can not work very well (e.g.: PHP). languages' indent files can not work very well (e.g.: PHP, Python).
> >
snippet if snippet if
if (${1:/* condition */}) { if (${1:/* condition */}) {