Merge branch 'master' of github.com:Shougo/neocomplcache-snippets-complete

This commit is contained in:
Shougo Matsushita 2012-09-23 13:11:39 +09:00
commit fb026cf661

View File

@ -57,19 +57,19 @@ INTERFACE *neocomplcache-snippets-complete-interface*
COMMANDS *neocomplcache-snippets-complete-commands* COMMANDS *neocomplcache-snippets-complete-commands*
:NeoComplCacheCachingSnippets [filetype] *:NeoComplCacheCachingSnippets* :NeoComplCacheCachingSnippets [filetype] *:NeoComplCacheCachingSnippets*
Caching [filetype] snippets. Makes cache of [filetype] snippets. It automatically selects
Select current buffer's filetype when [filetype] was omitted. current buffer's filetype unless you specify [filetype].
:NeoComplCacheEditSnippets [filetype] *:NeoComplCacheEditSnippets* :NeoComplCacheEditSnippets [filetype] *:NeoComplCacheEditSnippets*
Edit [filetype] snippets. Opens [filetype] snippets to edit. It automatically selects
Select current buffer's filetype when [filetype] was omitted. current buffer's filetype unless you specify [filetype].
If [filetype] snippet file doesn't exist, create it If [filetype] snippet file doesn't exist, it creates one
automatically. automatically.
This command edits a snippet file in This command edits a snippet file in
|g:neocomplcache_snippets_dir| with precedence. |g:neocomplcache_snippets_dir| with precedence.
Re-cache will be automatically done when you save the file. Re-cache will be done automatically when you save the file.
:NeoComplCacheEditRuntimeSnippets [filetype] *:NeoComplCacheEditRuntimeSnippets* :NeoComplCacheEditRuntimeSnippets [filetype] *:NeoComplCacheEditRuntimeSnippets*
Edit [filetype] snippets. Edit [filetype] snippets.
@ -87,7 +87,7 @@ VARIABLES *neocomplcache-snippets-complete-variables*
g:neocomplcache_snippets_dir *g:neocomplcache_snippets_dir* g:neocomplcache_snippets_dir *g:neocomplcache_snippets_dir*
This variable appoints a path to user-defined snippet files. This variable appoints a path to user-defined snippet files.
You can set multiple values in comma-serparted form. You can set multiple values in comma-separated form.
If the directory doesn't exist, it is ignored. If the directory doesn't exist, it is ignored.
User defined snippets were read after normal snippet files, User defined snippets were read after normal snippet files,