Fix documentation

This commit is contained in:
Shougo Matsushita 2014-05-21 23:06:27 +09:00
parent 3ad458d235
commit 578530edf1
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ g:neosnippet#scope_aliases
let g:neosnippet#scope_aliases = {} let g:neosnippet#scope_aliases = {}
let g:neosnippet#scope_aliases['ruby'] = 'ruby,ruby-rails' 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 Specifies directory for neosnippet cache. If the directory
doesn't exist the directory will be automatically generated. doesn't exist the directory will be automatically generated.