Minor doc fix for mapping-saving map.
This commit is contained in:
parent
3b9e92c12d
commit
aaa87cac7d
@ -137,9 +137,9 @@ KEY MAPPINGS *neocomplcache-snippets-complete-key-mappings*
|
|||||||
|
|
||||||
neocomplcache#sources#snippets_complete#expandable()
|
neocomplcache#sources#snippets_complete#expandable()
|
||||||
*neocomplcache#sources#snippets_complete#expandable()*
|
*neocomplcache#sources#snippets_complete#expandable()*
|
||||||
Use this function with inoremap <expr>. It checks whether
|
Use this function with imap <expr>. It checks whether cursor
|
||||||
cursor text is snippets trigger or existing placeholder in
|
text is snippets trigger or existing placeholder in current
|
||||||
current buffer. Useful for saving keymappings.
|
buffer. Useful for saving keymappings.
|
||||||
Return value is
|
Return value is
|
||||||
0 : not found
|
0 : not found
|
||||||
1 : cursor text is snippets trigger
|
1 : cursor text is snippets trigger
|
||||||
@ -151,13 +151,13 @@ neocomplcache#sources#snippets_complete#expandable()
|
|||||||
<
|
<
|
||||||
neocomplcache#sources#snippets_complete#force_expandable()
|
neocomplcache#sources#snippets_complete#force_expandable()
|
||||||
*neocomplcache#sources#snippets_complete#force_expandable()*
|
*neocomplcache#sources#snippets_complete#force_expandable()*
|
||||||
Use this function with inoremap <expr>. It checks whether cursor
|
Use this function with imap <expr>. It checks whether cursor
|
||||||
text is snippets trigger. Useful for saving keymappings.
|
text is snippets trigger. Useful for saving keymappings.
|
||||||
|
|
||||||
neocomplcache#sources#snippets_complete#jumpable()
|
neocomplcache#sources#snippets_complete#jumpable()
|
||||||
*neocomplcache#sources#snippets_complete#jumpable()*
|
*neocomplcache#sources#snippets_complete#jumpable()*
|
||||||
Use this function with inoremap <expr>. It checks whether
|
Use this function with imap <expr>. It checks whether cursor
|
||||||
cursor text is an existing placeholder in current buffer.
|
text is an existing placeholder in current buffer.
|
||||||
Useful for saving keymappings.
|
Useful for saving keymappings.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user