- Improved documentation.
This commit is contained in:
parent
b96e2bb402
commit
15cbea0616
@ -313,6 +313,9 @@ neosnippet#expandable_or_jumpable()
|
|||||||
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: You don't like to jump to next placeholder, you must use
|
||||||
|
|neosnippet#expandable()| instead of
|
||||||
|
|neosnippet#expandable_or_jumpable()|.
|
||||||
>
|
>
|
||||||
imap <expr><C-l>
|
imap <expr><C-l>
|
||||||
\ neosnippet#expandable_or_jumpable() ?
|
\ neosnippet#expandable_or_jumpable() ?
|
||||||
|
Loading…
Reference in New Issue
Block a user