diff --git a/ftplugin/python/jedi.vim b/ftplugin/python/jedi.vim index aa29e51..18caa48 100644 --- a/ftplugin/python/jedi.vim +++ b/ftplugin/python/jedi.vim @@ -44,8 +44,7 @@ if g:jedi#auto_initialization if g:jedi#auto_close_doc " close preview if its still open after insert augroup jedi_preview - autocmd! - autocmd InsertLeave if pumvisible() == 0|pclose|endif + autocmd! InsertLeave if pumvisible() == 0|pclose|endif augroup END endif endif