From ca1a439f12a70b28325c43facf32ecc558042aa6 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 18 Apr 2013 16:24:57 +0900 Subject: [PATCH] - Added FAQ section. --- doc/neosnippet.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index efd36cb..aa9638f 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -749,7 +749,7 @@ https://github.com/Shougo/neosnippet/issues/86 A: Please try the setting below. It defines the snipMate function. > - let g:neosnippet#enable_snipmate_compatibility = 1 + let g:neosnippet#enable_snipmate_compatibility = 2 < Q: Cannot jump over placeholder https://github.com/Shougo/neosnippet/issues/120 @@ -769,6 +769,10 @@ A: > set completeopt-=preview < +Q: I want to add snippets dynamically. + +A: You can use |:NeoSnippetSource| for it. + ============================================================================== CHANGELOG *neosnippet-changelog*