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