Remove usages after text has changed in normal mode

This commit is contained in:
Dave Halter
2018-07-15 19:26:11 +02:00
parent 9e2244c44e
commit f0d80048f1
+1
View File
@@ -47,4 +47,5 @@ if g:jedi#auto_initialization
autocmd! InsertLeave <buffer> if pumvisible() == 0|pclose|endif
augroup END
endif
autocmd TextChanged <buffer> call jedi#remove_usages()
endif