Este commit está contenido en:
Shougo Matsushita 2018-02-20 07:54:01 +09:00
padre ba91a5a54a
commit ea4e91e797
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

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