- Improved documentation.
This commit is contained in:
parent
f777092636
commit
d4413637d6
@ -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 */}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user