From aaa87cac7db2c7faa89177e5a7aef2d94e51a1f9 Mon Sep 17 00:00:00 2001 From: bootleq Date: Sat, 5 May 2012 23:37:03 +0800 Subject: [PATCH] Minor doc fix for mapping-saving map. --- doc/neocomplcache-snippets-complete.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. ==============================================================================