- Improved documentation.
This commit is contained in:
parent
20f82b2e02
commit
d59bf09b9b
@ -286,6 +286,10 @@ neosnippet#expandable()
|
|||||||
You can use this function with imap <expr>. It checks whether
|
You can use this function with imap <expr>. It checks whether
|
||||||
the cursor text is a snippet trigger or a placeholder. This is
|
the cursor text is a snippet trigger or a placeholder. This is
|
||||||
is useful to save key mappings.
|
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>
|
imap <expr><C-l>
|
||||||
\ neosnippet#expandable() || neosnippet#jumpable() ?
|
\ neosnippet#expandable() || neosnippet#jumpable() ?
|
||||||
|
Loading…
Reference in New Issue
Block a user