Fix #291 expand completed_snippet when expand key mapping

This commit is contained in:
Shougo Matsushita
2016-11-04 18:19:34 +09:00
parent a1508f8872
commit 9132237f3c
4 changed files with 38 additions and 47 deletions

View File

@@ -230,10 +230,8 @@ g:neosnippet#enable_conceal_markers
*g:neosnippet#enable_completed_snippet*
g:neosnippet#enable_completed_snippet
If this variable is not 0, neosnippet will expand the function
prototype when |CompleteDone| autocmd.
Note: It is disabled if you have installed
|neopairs.vim| plugin.
If this variable is not 0, neosnippet can expand the function
prototype.
The default value is 0.