1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 03:00:04 +08:00

Skip job test in windows

This commit is contained in:
wsdjeg 2017-10-22 22:31:59 +08:00
parent e7352fac71
commit 21755a25ee

View File

@ -1,5 +1,9 @@
Execute ( SpaceVim api: job ):
let job = SpaceVim#api#import('job')
let os = SpaceVim#api#import('system')
if os.isWindows
finish
endif
let argv = ['cat']
let g:stdout = ''
let stderr = ''