From daba4637745cb870e191bfc817af6d70c98bc1fd Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 17 Oct 2012 16:27:12 +0900 Subject: [PATCH] - Improved documentation. --- doc/neosnippet.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 006814b..951e014 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -148,7 +148,8 @@ g:neosnippet#disable_select_mode_mappings g:neosnippet#disable_runtime_snippets *g:neosnippet#disable_runtime_snippets* This is dictionary variable. The key is filetype. If the - value is 1, runtime snippets won't be loaded. + value is 1, all runtime snippets won't be loaded in the + specified filetype. If the key is "_", it will be used for default filetype. This variable is useful to avoid snippets conflictions. Note: It must be set in .vimrc.