mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Add an augroup for usages
This commit is contained in:
@@ -47,5 +47,7 @@ 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()
|
||||
augroup END
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user