- Improved documentation.

This commit is contained in:
Shougo Matsushita 2012-10-19 16:11:37 +09:00
parent 355789b029
commit 003ecce466
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ g:neosnippet#snippets_directory *g:neosnippet#snippets_directory*
User defined snippets were read after normal snippet files, User defined snippets were read after normal snippet files,
so redundant snippets will be overwritten. so redundant snippets will be overwritten.
Note: Neosnippet loads filetype snippet files.
If you are editing "vim" filetypes files, neosnippet wll load
"vim.snip*" and "vim_*.snip*" and "vim/**/*.snip" snippet files.
*g:neocomplcache_snippets_dir* *g:neocomplcache_snippets_dir*
Note: |g:neocomplcache_snippets_dir| is obsolete name. Note: |g:neocomplcache_snippets_dir| is obsolete name.