Improve complete_done
This commit is contained in:
parent
fef60dbe6c
commit
8054ac5d1b
@ -78,8 +78,6 @@ function! neosnippet#handlers#_complete_done() "{{{
|
|||||||
elseif snippet !~ pair.'$'
|
elseif snippet !~ pair.'$'
|
||||||
let snippet .= pair
|
let snippet .= pair
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let snippet .= '${' . cnt . '}'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let [cur_text, col, _] = neosnippet#mappings#_pre_trigger()
|
let [cur_text, col, _] = neosnippet#mappings#_pre_trigger()
|
||||||
|
Loading…
Reference in New Issue
Block a user