- Added <Plug>(neosnippet_start_unite_snippet_target).
This commit is contained in:
@@ -238,9 +238,9 @@ s_<Plug>(neosnippet_jump)
|
||||
|
||||
i_<Plug>(neosnippet_start_unite_snippet)
|
||||
*i_<Plug>(neosnippet_start_unite_snippet)*
|
||||
Starts the unite snippet source. You can expand a snippet by the
|
||||
unite interface. Note: The plug-in |unite.vim| is required for
|
||||
that feature.
|
||||
Starts the unite snippet source. You can expand a snippet by the
|
||||
unite interface.
|
||||
Note: The plug-in |unite.vim| is required for that feature.
|
||||
|
||||
*<Plug>(neocomplcache_start_unite_snippet)*
|
||||
Note: |<Plug>(neocomplcache_start_unite_snippet)| is an obsolete
|
||||
@@ -250,6 +250,12 @@ x_<Plug>(neosnippet_expand_target)
|
||||
*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 by 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.
|
||||
@@ -619,6 +625,7 @@ CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2012-10-31
|
||||
- Improved indent_snippet().
|
||||
- Added <Plug>(neosnippet_start_unite_snippet_target).
|
||||
|
||||
2012-10-30
|
||||
- Implemented commented placeholder.
|
||||
|
||||
Reference in New Issue
Block a user