better english
This commit is contained in:
parent
d321e4f1c9
commit
423a1a311d
@ -72,15 +72,15 @@ COMMANDS *neocomplcache-snippets-complete-commands*
|
|||||||
Re-cache will be done automatically 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.
|
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 runtime snippet file with
|
This command edits a runtime snippet file with
|
||||||
snippets_complete.
|
snippets_complete. Re-cache will be done automatically when
|
||||||
Re-cache will be automatically done when you save the file.
|
you save the file.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
VARIABLES *neocomplcache-snippets-complete-variables*
|
VARIABLES *neocomplcache-snippets-complete-variables*
|
||||||
@ -91,7 +91,7 @@ g:neocomplcache_snippets_dir *g:neocomplcache_snippets_dir*
|
|||||||
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,
|
||||||
redundant snippets will be overwritten.
|
so redundant snippets will be overwritten.
|
||||||
|
|
||||||
This variable doesn't exist unless you declare it.
|
This variable doesn't exist unless you declare it.
|
||||||
|
|
||||||
@ -104,8 +104,8 @@ g:neocomplcache_disable_select_mode_mappings *g:neocomplcache_disable_select_mod
|
|||||||
|
|
||||||
g:neocomplcache_snippets_disable_runtime_snippets
|
g:neocomplcache_snippets_disable_runtime_snippets
|
||||||
*g:neocomplcache_snippets_disable_runtime_snippets*
|
*g:neocomplcache_snippets_disable_runtime_snippets*
|
||||||
If this variable is 1, runtime snippets isn't loaded.
|
If this variable is 1, runtime snippets won't be loaded.
|
||||||
This variable is useful to avoid conflicting snippets.
|
This variable is useful to avoid snippets conflictions.
|
||||||
|
|
||||||
Default value is 0.
|
Default value is 0.
|
||||||
|
|
||||||
@ -113,8 +113,8 @@ g:neocomplcache_snippets_disable_runtime_snippets
|
|||||||
KEY MAPPINGS *neocomplcache-snippets-complete-key-mappings*
|
KEY MAPPINGS *neocomplcache-snippets-complete-key-mappings*
|
||||||
|
|
||||||
<Plug>(neocomplcache_snippets_expand) *<Plug>(neocomplcache_snippets_expand)*
|
<Plug>(neocomplcache_snippets_expand) *<Plug>(neocomplcache_snippets_expand)*
|
||||||
Expand a cursor snippet of plural lines. When there is not a
|
Expands a cursor snippet of plural lines. When there is no
|
||||||
snippet, jump to next placeholder.
|
snippet, jumps to the next placeholder.
|
||||||
|
|
||||||
Note: It searches cursor snippet from keyword patterns in the
|
Note: It searches cursor snippet from keyword patterns in the
|
||||||
first.
|
first.
|
||||||
|
Loading…
Reference in New Issue
Block a user