improves english of the documentation a bit

This commit is contained in:
cpfaff 2012-10-30 11:23:24 +01:00
parent 0b7994aee7
commit 96148fcf1d
1 changed files with 6 additions and 6 deletions

View File

@ -152,7 +152,7 @@ g:neosnippet#disable_select_mode_mappings
Note: |g:neocomplcache_disable_select_mode_mappings| is an Note: |g:neocomplcache_disable_select_mode_mappings| is an
obsolete name. obsolete name.
Default value is 1. The default value is 1.
g:neosnippet#disable_runtime_snippets g:neosnippet#disable_runtime_snippets
*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 " Works like g:neocomplcache_snippets_disable_runtime_snippets
" (Disable all runtime snippets). " which disables all runtime snippets
let g:neosnippet#disable_runtime_snippets = { let g:neosnippet#disable_runtime_snippets = {
\ '_' : 1, \ '_' : 1,
\ } \ }
@ -202,7 +202,7 @@ s_<Plug>(neosnippet_expand_or_jump)
*<Plug>(neosnippet_jump_or_expand)* *<Plug>(neosnippet_jump_or_expand)*
s_<Plug>(neosnippet_jump_or_expand) s_<Plug>(neosnippet_jump_or_expand)
*s_<Plug>(neosnippet_jump_or_expand)* *s_<Plug>(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. multiline cursor snippet.
*<Plug>(neocomplcache_snippets_jump)* *<Plug>(neocomplcache_snippets_jump)*
@ -217,18 +217,18 @@ s_<Plug>(neosnippet_expand)
*<Plug>(neocomplcache_snippets_force_expand)* *<Plug>(neocomplcache_snippets_force_expand)*
Note: |<Plug>(neocomplcache_snippets_force_expand)| is Note: |<Plug>(neocomplcache_snippets_force_expand)| is
obsolete name. an obsolete name.
<Plug>(neosnippet_jump) <Plug>(neosnippet_jump)
*<Plug>(neosnippet_jump)* *<Plug>(neosnippet_jump)*
s_<Plug>(neosnippet_jump) s_<Plug>(neosnippet_jump)
*s_<Plug>(neosnippet_jump)* *s_<Plug>(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. you do not want to expand a snippet name, use this keymapping.
*<Plug>(neocomplcache_snippets_force_jump)* *<Plug>(neocomplcache_snippets_force_jump)*
Note: |<Plug>(neocomplcache_snippets_force_jump)| is Note: |<Plug>(neocomplcache_snippets_force_jump)| is
obsolete name. an obsolete name.
i_<Plug>(neosnippet_start_unite_snippet) i_<Plug>(neosnippet_start_unite_snippet)
*i_<Plug>(neosnippet_start_unite_snippet)* *i_<Plug>(neosnippet_start_unite_snippet)*