diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 3cc5dce..9f43ba7 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -152,7 +152,7 @@ g:neosnippet#disable_select_mode_mappings Note: |g:neocomplcache_disable_select_mode_mappings| is an obsolete name. - Default value is 1. + The default value is 1. g:neosnippet#disable_runtime_snippets *g:neosnippet#disable_runtime_snippets* @@ -173,7 +173,7 @@ g:neosnippet#disable_runtime_snippets \ } " Works like g:neocomplcache_snippets_disable_runtime_snippets - " (Disable all runtime snippets). + " which disables all runtime snippets let g:neosnippet#disable_runtime_snippets = { \ '_' : 1, \ } @@ -202,7 +202,7 @@ s_(neosnippet_expand_or_jump) *(neosnippet_jump_or_expand)* s_(neosnippet_jump_or_expand) *s_(neosnippet_jump_or_expand)* - Jump to next placeholder. If there is no placeholder, expand a + Jump to the next placeholder. If there is no placeholder, expand a multiline cursor snippet. *(neocomplcache_snippets_jump)* @@ -217,18 +217,18 @@ s_(neosnippet_expand) *(neocomplcache_snippets_force_expand)* Note: |(neocomplcache_snippets_force_expand)| is - obsolete name. + an obsolete name. (neosnippet_jump) *(neosnippet_jump)* s_(neosnippet_jump) *s_(neosnippet_jump)* - Jump to next place holder. Do not expand any snippet. When + Jump to the next place holder. Do not expand any snippet. When you do not want to expand a snippet name, use this keymapping. *(neocomplcache_snippets_force_jump)* Note: |(neocomplcache_snippets_force_jump)| is - obsolete name. + an obsolete name. i_(neosnippet_start_unite_snippet) *i_(neosnippet_start_unite_snippet)*