mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
ftplugin: do not duplicate jedi_usages autocommands (#883)
Fixes https://github.com/davidhalter/jedi-vim/issues/882.
This commit is contained in:
@@ -48,7 +48,7 @@ if g:jedi#auto_initialization
|
||||
augroup END
|
||||
endif
|
||||
augroup jedi_usages
|
||||
autocmd TextChanged <buffer> call jedi#remove_usages()
|
||||
autocmd InsertEnter <buffer> call jedi#remove_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