Skip to content

Commit

Permalink
ftplugin: do not duplicate jedi_usages autocommands (#883)
Browse files Browse the repository at this point in the history
Fixes #882.
  • Loading branch information
blueyed committed Nov 8, 2018
1 parent b6dfc5f commit 2f65c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/python/jedi.vim
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if g:jedi#auto_initialization
augroup END
endif
augroup jedi_usages
autocmd TextChanged <buffer> call jedi#remove_usages()
autocmd InsertEnter <buffer> call jedi#remove_usages()
autocmd! TextChanged <buffer> call jedi#remove_usages()
autocmd! InsertEnter <buffer> call jedi#remove_usages()
augroup END
endif

0 comments on commit 2f65c63

Please sign in to comment.