1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/test/init.vader
2017-10-11 23:47:05 +08:00

7 lines
209 B
Plaintext

Execute ( SpaceVim api: SpaceVim main code ):
source init.vim
SPInstall
exe "func! Close() \n qa! \n endf"
call timer_start(2000, 'Close')
AssertEqual fnamemodify(g:Config_Main_Home, ':.'), 'config'