From d59bf09b9b2d06f14c3ff6551d608bbb80057a2b Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 7 Jan 2013 10:39:44 +0900 Subject: [PATCH] - Improved documentation. --- doc/neosnippet.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index c772dd6..b90a7b3 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -286,6 +286,10 @@ neosnippet#expandable() You can use this function with imap . It checks whether the cursor text is a snippet trigger or a placeholder. This is 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 \ neosnippet#expandable() || neosnippet#jumpable() ?