diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index ef711f3..905605d 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -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: