Browse Source

Update FAQ

PR/fix-warning
Shougo Matsushita 6 years ago
parent
commit
ea4e91e797
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/neosnippet.txt

+ 6
- 0
doc/neosnippet.txt 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:

Loading…
Cancel
Save