mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-30 05:56:54 +08:00
fixed type and set default value to 1 to avoid testing error
This commit is contained in:
@@ -221,7 +221,7 @@ endfor
|
||||
|
||||
let s:settings = {
|
||||
\ 'use_tabs_not_buffers': 1,
|
||||
\ 'use_splits_not_buffers': "",
|
||||
\ 'use_splits_not_buffers': 1,
|
||||
\ 'auto_initialization': 1,
|
||||
\ 'auto_vim_configuration': 1,
|
||||
\ 'goto_assignments_command': "'<leader>g'",
|
||||
|
||||
Reference in New Issue
Block a user