From d7d40d66f447cb5e4bc8c0b439522013ddb86e04 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 14 Oct 2012 09:51:30 +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 957e624..b31e8b4 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -276,6 +276,9 @@ EXAMPLES *neosnippet-examples* "imap neosnippet#expandable() ? " \ "\(neosnippet_expand_or_jump)" " \: pumvisible() ? "\" : "\" + "smap neosnippet#expandable() ? + " \ "\(neosnippet_expand_or_jump)" + " \: "\" " For snippet_complete marker. if has('conceal')