From de82d40911456ef8a28559078993443186ffc624 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 24 Feb 2014 08:26:55 +0900 Subject: [PATCH] Fix documentation --- doc/neosnippet.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 103e1d5..5fee4ed 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -60,8 +60,10 @@ Default snippets files are available in neosnippet-snippets. https://github.com/Shougo/neosnippet-snippets Note: Installing the default snippets is optional. If you choose not to install -them, you must disable finding snippets by giving 1 to -|g:neosnippet#disable_runtime_snippets|. +them, you must set |g:neosnippet#disable_runtime_snippets|. > + let g:neosnippet#disable_runtime_snippets = { + \ '_' : 1, + \ } Extra snippets files are also available. e.g.: https://github.com/honza/vim-snippets