forked from VimPlug/jedi-vim
Also add remove_usages on InsertEnter
This commit is contained in:
@@ -49,5 +49,6 @@ if g:jedi#auto_initialization
|
||||
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