1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:20:05 +08:00
SpaceVim/test/init.vader

11 lines
253 B
Plaintext
Raw Normal View History

2017-11-24 22:50:26 +08:00
Execute ( SpaceVim api: SpaceVim main code ):
2018-07-15 20:23:38 +08:00
unlock g:_spacevim_root_dir
if has('nvim')
source init.vim
else
source vimrc
endif
2019-10-13 22:16:53 +08:00
let g:spacevim_update_retry_cnt = 0
2017-11-24 22:50:26 +08:00
SPInstall
2019-02-03 00:07:31 +08:00
AssertEqual fnamemodify(g:_spacevim_root_dir, ':.'), ''