From d4413637d63af118615de7ce328c6f265eec76d2 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 2 Jul 2012 11:37:14 +0900 Subject: [PATCH] - Improved documentation. --- doc/neocomplcache-snippets-complete.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */}) {