forked from VimPlug/jedi-vim
Revisit usage highlighting (#851)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user