- Added <Plug>(neosnippet_start_unite_snippet_target).

This commit is contained in:
Shougo Matsushita
2012-10-31 14:50:50 +09:00
parent 2d5fccac52
commit 32eca05280
5 changed files with 182 additions and 19 deletions

View File

@@ -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.