fixed type and set default value to 1 to avoid testing error

This commit is contained in:
LittleQ
2013-09-15 00:20:20 +08:00
parent 1c24594c70
commit ec405fa3b2
3 changed files with 3 additions and 3 deletions

View File

@@ -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'",