Update FAQ

This commit is contained in:
Shougo Matsushita 2018-02-20 07:54:01 +09:00
parent ba91a5a54a
commit ea4e91e797
1 changed files with 6 additions and 0 deletions

View File

@ -863,5 +863,11 @@ Note: It works in "func(arg1, arg2, ...)" prototypes only.
Note: It is experiental feature.
Note: |v:completed_item| feature is needed.
Q: I want to auto complete with parameters.
A: >
let g:neosnippet#enable_completed_snippet = 1
autocmd CompleteDone * call neosnippet#complete_done()
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: