Skip to content

Commit

Permalink
For whatever reason tabs were used as indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Jun 17, 2019
1 parent 9c9a513 commit 717446d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/jedi.vim
Expand Up @@ -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
Expand Down

0 comments on commit 717446d

Please sign in to comment.