1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00
SpaceVim/test/syntax.vader
2020-08-29 16:46:57 +08:00

8 lines
197 B
Plaintext

Execute ( SpaceVim syntax file ):
let cmp = SpaceVim#api#import('vim#compatible')
for sfile in cmp.globpath(getcwd(), "syntax/*.vim")
exe 'so ' . sfile
unlet sfile
endfor
unlet cmp