From 717446dd71ba7286b5f2f0e3a05966201dfb879e Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 17 Jun 2019 20:52:31 +0200 Subject: [PATCH] For whatever reason tabs were used as indentation --- plugin/jedi.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 2f8e124..f8fe4b2 100644 --- a/plugin/jedi.vim +++ b/plugin/jedi.vim @@ -15,10 +15,10 @@ if get(g:, 'jedi#auto_vim_configuration', 1) " jedi-vim really needs, otherwise jedi-vim cannot start. filetype plugin on - augroup jedi_pyi - au! - autocmd BufNewFile,BufRead *.pyi set filetype=python - augroup END + augroup jedi_pyi + au! + autocmd BufNewFile,BufRead *.pyi set filetype=python + augroup END " Change completeopt, but only if it was not set already. " This gets done on VimEnter, since otherwise Vim fails to restore the