1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

Fix comflict

This commit is contained in:
wsdjeg 2017-06-27 20:55:57 +08:00
commit f1c37ea24f
2 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,6 @@ let g:spacevim_leader_guide_submode_mappings = {'<C-C>': "win_close"}
command -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', <args>)
"====
function! SpaceVim#loadCustomConfig() abort
let custom_confs_old = SpaceVim#util#globpath(getcwd(), '.local.vim')

View File

@ -865,6 +865,7 @@ Key Binding | Description
`l` or `Enter` | open file in one window
`sg` | open file in an vertically split window
`sv` | open file in an horizontally split window
<<<<<<< HEAD
### Commands starting with `g`