forked from VimPlug/jedi-vim
tabs are now the default, buffers are not practical for renaming
This commit is contained in:
2
jedi.vim
2
jedi.vim
@@ -297,7 +297,7 @@ endfunc
|
|||||||
|
|
||||||
" defaults for jedi-vim
|
" defaults for jedi-vim
|
||||||
if !exists("g:jedi#use_tabs_not_buffers ")
|
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
|
endif
|
||||||
if !exists("g:jedi#auto_initialization")
|
if !exists("g:jedi#auto_initialization")
|
||||||
let g:jedi#auto_initialization = 1
|
let g:jedi#auto_initialization = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user