Adding a TODO I don't want to forget about

This commit is contained in:
Strahinja Val Markovic 2012-07-31 16:31:16 -07:00
parent 2726349975
commit b20a24cde9

View File

@ -140,6 +140,9 @@ endfunction
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
call s:UpdateDiagnosticNotifications()
endfunction