Improves the english of the first documentation section

This commit is contained in:
cpfaff 2012-10-30 09:30:30 +01:00
parent 549c42d4d3
commit e68f4fbcb7
1 changed files with 5 additions and 5 deletions

View File

@ -71,10 +71,10 @@ COMMANDS *neosnippet-commands*
:NeoSnippetEdit [{options}] [filetype]
*:NeoSnippetEdit*
Opens the [filetype] snippets to edit. It automatically selects
the current buffer's filetype unless you specify it by [filetype].
Opens the [filetype] snippets to edit. It automatically selects
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.
It edits a snippet file in |g:neosnippet#snippets_directory|
@ -107,13 +107,13 @@ COMMANDS *neosnippet-commands*
*neosnippet-edit-options-runtime*
-runtime
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.
:NeoComplCacheEdit -runtime [filetype]
Opens the [filetype] runtime snippets to edit. It automatically
Opens the [filetype] runtime snippets to edit. It automatically
selects the current buffer's file type snippets unless you specify
a file type by [filetype]. The snippets are re-cached automatically
when you save the file after edit.