Add an augroup for usages

This commit is contained in:
Dave Halter
2017-10-31 23:06:03 +01:00
parent f0d80048f1
commit b5774a9554

View File

@@ -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