mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +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
|
augroup END
|
||||||
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()
|
autocmd! InsertEnter <buffer> call jedi#remove_usages()
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user