Fix unused variables error
This commit is contained in:
parent
43438178b0
commit
2e188180fd
@ -76,7 +76,7 @@ function! neosnippet#handlers#_complete_done() "{{{
|
||||
let snippet .= '${0}'
|
||||
endif
|
||||
|
||||
let [cur_text, col, expr] = neosnippet#mappings#_pre_trigger()
|
||||
let [cur_text, col, _] = neosnippet#mappings#_pre_trigger()
|
||||
call neosnippet#view#_insert(snippet, {}, cur_text, col)
|
||||
endfunction"}}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user