1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
This commit is contained in:
wsdjeg 2017-10-23 22:41:43 +08:00
parent dd4d6d2f68
commit adb8a601ad
3 changed files with 13 additions and 0 deletions

5
test/mode.vader Normal file
View File

@ -0,0 +1,5 @@
Execute ( SpaceVim mode ):
so mode/basic.vim
AssertEqual g:spacevim_enable_guicolors, 0
so mode/dark_powered.vim
AssertEqual g:spacevim_enable_debug, 1

4
test/mode.vim Normal file
View File

@ -0,0 +1,4 @@
Execute ( SpaceVim syntax file ):
for sfile in globpath(getcwd(), "syntax/*.vim", 0, 1)
exe 'so ' . sfile
endfor

4
test/syntax.vader Normal file
View File

@ -0,0 +1,4 @@
Execute ( SpaceVim syntax file ):
for sfile in globpath(getcwd(), "syntax/*.vim", 0, 1)
exe 'so ' . sfile
endfor