Improves the english of the first documentation section
This commit is contained in:
parent
549c42d4d3
commit
e68f4fbcb7
@ -72,9 +72,9 @@ COMMANDS *neosnippet-commands*
|
|||||||
:NeoSnippetEdit [{options}] [filetype]
|
:NeoSnippetEdit [{options}] [filetype]
|
||||||
*:NeoSnippetEdit*
|
*:NeoSnippetEdit*
|
||||||
Opens the [filetype] snippets to edit. It automatically selects
|
Opens the [filetype] snippets to edit. It automatically selects
|
||||||
the current buffer's filetype unless you specify it by [filetype].
|
the current buffer's filetype unless you specify another by [filetype].
|
||||||
|
|
||||||
If the path to [filetype] snippets is a directory, it automatically edits
|
If the path to [filetype] snippets is a directory, it automatically selects
|
||||||
the "[filetype].snip" in the [filetype] subdirectory.
|
the "[filetype].snip" in the [filetype] subdirectory.
|
||||||
|
|
||||||
It edits a snippet file in |g:neosnippet#snippets_directory|
|
It edits a snippet file in |g:neosnippet#snippets_directory|
|
||||||
@ -107,7 +107,7 @@ COMMANDS *neosnippet-commands*
|
|||||||
*neosnippet-edit-options-runtime*
|
*neosnippet-edit-options-runtime*
|
||||||
-runtime
|
-runtime
|
||||||
Edit the runtime (built-in standard) snippets instead of the user
|
Edit the runtime (built-in standard) snippets instead of the user
|
||||||
snippets defined by g:neosnippet#snippets_directory.
|
snippets defined by 'g:neosnippet#snippets_directory'.
|
||||||
|
|
||||||
Note: |:NeoComplCacheEditSnippets| is an obsolete name.
|
Note: |:NeoComplCacheEditSnippets| is an obsolete name.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user