From 15cbea06167e222c9a375142d2a769ff4965f4fd Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 27 Jan 2013 06:56:06 +0900 Subject: [PATCH] - Improved documentation. --- doc/neosnippet.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 8af6dbf..63913f4 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -313,6 +313,9 @@ neosnippet#expandable_or_jumpable() 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: You don't like to jump to next placeholder, you must use + |neosnippet#expandable()| instead of + |neosnippet#expandable_or_jumpable()|. > imap \ neosnippet#expandable_or_jumpable() ?