Adding a TODO I don't want to forget about
This commit is contained in:
parent
2726349975
commit
b20a24cde9
@ -140,6 +140,9 @@ endfunction
|
|||||||
|
|
||||||
|
|
||||||
function! s:OnInsertLeave()
|
function! s:OnInsertLeave()
|
||||||
|
" TODO: Also, look at the current identifier under the cursor on InsertLeave
|
||||||
|
" and add it to the identifier database; this should catch the cases where the
|
||||||
|
" user slightly changes a variable name in-place
|
||||||
let s:omnifunc_mode = 0
|
let s:omnifunc_mode = 0
|
||||||
call s:UpdateDiagnosticNotifications()
|
call s:UpdateDiagnosticNotifications()
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user