- Better English.
This commit is contained in:
parent
8ec6ee3f82
commit
f19dd42c17
@ -262,9 +262,10 @@ 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 indented by hard tab, neocomplcache don't use indent plugin. This
|
If you indented by hard tab in snippet file, neocomplcache will use shiftwidth
|
||||||
feature is useful when you use the language whose indent plugin is
|
instead of the original indent function provided by Vim. This feature is useful
|
||||||
powerless(example: PHP).
|
when you use the language whose indent file can not work very well(example:
|
||||||
|
PHP).
|
||||||
>
|
>
|
||||||
snippet if
|
snippet if
|
||||||
if (${1:/* condition */}) {
|
if (${1:/* condition */}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user