Fix #257 remove <Plug>(neosnippet_expand_target)

This commit is contained in:
Shougo Matsushita
2014-10-27 19:27:04 +09:00
parent 4734238921
commit 23327c4379
3 changed files with 0 additions and 123 deletions

View File

@@ -281,12 +281,6 @@ i_<Plug>(neosnippet_start_unite_snippet)
x_<Plug>(neosnippet_expand_target)
Expand the input trigger by a selected target text.
*x_<Plug>(neosnippet_start_unite_snippet_target)*
x_<Plug>(neosnippet_start_unite_snippet_target)
Expand the input trigger by a selected target text with the
unite interface.
Note: The plug-in |unite.vim| is required for that feature.
*x_<Plug>(neosnippet_register_oneshot_snippet)*
x_<Plug>(neosnippet_register_oneshot_snippet)
Register oneshot snippet in the current buffer.
@@ -333,7 +327,6 @@ EXAMPLES *neosnippet-examples*
imap <C-k> <Plug>(neosnippet_expand_or_jump)
smap <C-k> <Plug>(neosnippet_expand_or_jump)
xmap <C-k> <Plug>(neosnippet_expand_target)
xmap <C-l> <Plug>(neosnippet_start_unite_snippet_target)
" SuperTab like snippets' behavior.
"imap <expr><TAB> neosnippet#expandable_or_jumpable() ?