From a1508f88729e1c5912dd12417553f178494c4dd2 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 11 Sep 2016 07:04:43 +0900 Subject: [PATCH] Fix #306 documentation --- doc/neosnippet.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 4188d85..1bea28d 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -243,6 +243,10 @@ g:neosnippet#enable_auto_clear_markers in the buffer when |BufWritePost|, |CursorMoved| and |CursorMovedI| autocmd. + Note: The feature does not work for multi lines snippets. + If you want to clear them, you should use + |:NeoSnippetClearMarkers| instead. + The default value is 1. *g:neosnippet#scope_aliases*