Add an augroup for usages

This commit is contained in:
Dave Halter
2018-07-15 19:26:11 +02:00
parent f0d80048f1
commit b5774a9554
+3 -1
View File
@@ -47,5 +47,7 @@ if g:jedi#auto_initialization
autocmd! InsertLeave <buffer> if pumvisible() == 0|pclose|endif
augroup END
endif
autocmd TextChanged <buffer> call jedi#remove_usages()
augroup jedi_usages
autocmd TextChanged <buffer> call jedi#remove_usages()
augroup END
endif