From 2e5acbb340c1880528aa9643a223801d2c2a411e Mon Sep 17 00:00:00 2001 From: ujihisa Date: Sat, 22 Sep 2012 12:24:01 -0700 Subject: [PATCH] better english --- doc/neocomplcache-snippets-complete.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/neocomplcache-snippets-complete.txt b/doc/neocomplcache-snippets-complete.txt index 59ba823..a90e60d 100644 --- a/doc/neocomplcache-snippets-complete.txt +++ b/doc/neocomplcache-snippets-complete.txt @@ -57,19 +57,19 @@ INTERFACE *neocomplcache-snippets-complete-interface* COMMANDS *neocomplcache-snippets-complete-commands* :NeoComplCacheCachingSnippets [filetype] *:NeoComplCacheCachingSnippets* - Caching [filetype] snippets. - Select current buffer's filetype when [filetype] was omitted. + Makes cache of [filetype] snippets. It automatically selects + current buffer's filetype unless you specify [filetype]. :NeoComplCacheEditSnippets [filetype] *:NeoComplCacheEditSnippets* - Edit [filetype] snippets. - Select current buffer's filetype when [filetype] was omitted. + Opens [filetype] snippets to edit. It automatically selects + 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. This command edits a snippet file in - |g:neocomplcache_snippets_dir| with precedence. - Re-cache will be automatically done when you save the file. + |g:neocomplcache_snippets_dir| with precedence. + Re-cache will be done automatically when you save the file. :NeoComplCacheEditRuntimeSnippets [filetype] *:NeoComplCacheEditRuntimeSnippets* Edit [filetype] snippets. @@ -87,7 +87,7 @@ VARIABLES *neocomplcache-snippets-complete-variables* g:neocomplcache_snippets_dir *g:neocomplcache_snippets_dir* 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. User defined snippets were read after normal snippet files,