- Improved documentation.

This commit is contained in:
Shougo Matsushita 2013-01-07 10:39:44 +09:00
parent 20f82b2e02
commit d59bf09b9b
1 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,10 @@ neosnippet#expandable()
You can use this function with imap <expr>. It checks whether
the cursor text is a snippet trigger or a placeholder. This is
is useful to save key mappings.
Note: If you used to
|neocomplcache#sources#snippets_complete#expandable()|, you
must use both |neosnippet#expandable()| and
|neosnippet#jumpable()|.
>
imap <expr><C-l>
\ neosnippet#expandable() || neosnippet#jumpable() ?