From f0d80048f1270a172d430b26f75e142e5698f698 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 31 Oct 2017 23:02:16 +0100 Subject: [PATCH] Remove usages after text has changed in normal mode --- ftplugin/python/jedi.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/python/jedi.vim b/ftplugin/python/jedi.vim index 158ea1f..73a3e4e 100644 --- a/ftplugin/python/jedi.vim +++ b/ftplugin/python/jedi.vim @@ -47,4 +47,5 @@ if g:jedi#auto_initialization autocmd! InsertLeave if pumvisible() == 0|pclose|endif augroup END endif + autocmd TextChanged call jedi#remove_usages() endif