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

7 lines
209 B
Plaintext
Raw Normal View History

2017-10-11 23:47:05 +08:00
Execute ( SpaceVim api: SpaceVim main code ):
2017-10-10 20:57:09 +08:00
source init.vim
2017-10-11 23:47:05 +08:00
SPInstall
exe "func! Close() \n qa! \n endf"
call timer_start(2000, 'Close')
2017-10-10 20:57:09 +08:00
AssertEqual fnamemodify(g:Config_Main_Home, ':.'), 'config'