mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
Remove usages after text has changed in normal mode
This commit is contained in:
@@ -47,4 +47,5 @@ if g:jedi#auto_initialization
|
||||
autocmd! InsertLeave <buffer> if pumvisible() == 0|pclose|endif
|
||||
augroup END
|
||||
endif
|
||||
autocmd TextChanged <buffer> call jedi#remove_usages()
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user