tabs are now the default, buffers are not practical for renaming

This commit is contained in:
David Halter
2012-09-11 01:29:37 +02:00
parent 25cfd9df9c
commit fe3d4f7483

View File

@@ -297,7 +297,7 @@ endfunc
" defaults for jedi-vim
if !exists("g:jedi#use_tabs_not_buffers ")
let g:jedi#use_tabs_not_buffers = 0
let g:jedi#use_tabs_not_buffers = 1
endif
if !exists("g:jedi#auto_initialization")
let g:jedi#auto_initialization = 1