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

10 lines
215 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
2017-11-24 22:50:26 +08:00
SPInstall
2019-02-03 00:07:31 +08:00
AssertEqual fnamemodify(g:_spacevim_root_dir, ':.'), ''