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