diff --git a/doc/neocomplcache-snippets-complete.txt b/doc/neocomplcache-snippets-complete.txt index 0a26b52..925e620 100644 --- a/doc/neocomplcache-snippets-complete.txt +++ b/doc/neocomplcache-snippets-complete.txt @@ -137,9 +137,9 @@ KEY MAPPINGS *neocomplcache-snippets-complete-key-mappings* neocomplcache#sources#snippets_complete#expandable() *neocomplcache#sources#snippets_complete#expandable()* - Use this function with inoremap . It checks whether - cursor text is snippets trigger or existing placeholder in - current buffer. Useful for saving keymappings. + Use this function with imap . It checks whether cursor + text is snippets trigger or existing placeholder in current + buffer. Useful for saving keymappings. Return value is 0 : not found 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()* - Use this function with inoremap . It checks whether cursor + Use this function with imap . It checks whether cursor text is snippets trigger. Useful for saving keymappings. neocomplcache#sources#snippets_complete#jumpable() *neocomplcache#sources#snippets_complete#jumpable()* - Use this function with inoremap . It checks whether - cursor text is an existing placeholder in current buffer. + Use this function with imap . It checks whether cursor + text is an existing placeholder in current buffer. Useful for saving keymappings. ==============================================================================