- Added FAQ section.

This commit is contained in:
Shougo Matsushita 2013-04-18 16:24:57 +09:00
parent 88910d3728
commit ca1a439f12
1 changed files with 5 additions and 1 deletions

View File

@ -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*