From 578530edf1a85a623b7915cd2904407081cadf36 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 21 May 2014 23:06:27 +0900 Subject: [PATCH] Fix documentation --- doc/neosnippet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 9b37e83..3ab17be 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -230,7 +230,7 @@ g:neosnippet#scope_aliases let g:neosnippet#scope_aliases = {} let g:neosnippet#scope_aliases['ruby'] = 'ruby,ruby-rails' -g:neosnippet_data_directory *g:neosnippet_data_directory* +g:neosnippet#data_directory *g:neosnippet#data_directory* Specifies directory for neosnippet cache. If the directory doesn't exist the directory will be automatically generated.