added split support for goto action

This commit is contained in:
LittleQ
2013-09-14 23:33:40 +08:00
parent 45dd72b557
commit 1c24594c70
3 changed files with 29 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ endfor
let s:settings = {
\ 'use_tabs_not_buffers': 1,
\ 'use_splits_not_buffers': "",
\ 'auto_initialization': 1,
\ 'auto_vim_configuration': 1,
\ 'goto_assignments_command': "'<leader>g'",