Revisit usage highlighting (#851)

This commit is contained in:
Daniel Hahler
2019-10-16 22:54:29 +02:00
committed by GitHub
parent b4b2f3ef54
commit 5880f2de93
3 changed files with 434 additions and 40 deletions

View File

@@ -50,8 +50,4 @@ if g:jedi#auto_initialization
autocmd! InsertLeave <buffer> if pumvisible() == 0|pclose|endif
augroup END
endif
augroup jedi_usages
autocmd! TextChanged <buffer> call jedi#remove_usages()
autocmd! InsertEnter <buffer> call jedi#remove_usages()
augroup END
endif