remove unncessary l:line

This commit is contained in:
Prabir Shrestha
2019-02-20 02:21:00 -08:00
parent 212b39de5c
commit 98060f9d61

View File

@@ -196,8 +196,6 @@ endfunction
function! s:on_change() abort
if s:should_skip() | return | endif
let l:line = getline('.')
let l:ctx = asyncomplete#context()
let l:startcol = l:ctx['col']
let l:last_char = l:ctx['typed'][l:startcol - 2]