mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
Also add remove_usages on InsertEnter
This commit is contained in:
@@ -49,5 +49,6 @@ if g:jedi#auto_initialization
|
|||||||
endif
|
endif
|
||||||
augroup jedi_usages
|
augroup jedi_usages
|
||||||
autocmd TextChanged <buffer> call jedi#remove_usages()
|
autocmd TextChanged <buffer> call jedi#remove_usages()
|
||||||
|
autocmd InsertEnter <buffer> call jedi#remove_usages()
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user