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:
parent
e7352fac71
commit
21755a25ee
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user