mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:40:05 +08:00
Fix win: export in not a command
This commit is contained in:
parent
ec0193f480
commit
65ba9b4dc4
@ -37,9 +37,9 @@ endfunction
|
||||
|
||||
|
||||
function! SpaceVim#server#export_server()
|
||||
|
||||
call system('export $TEST_SPACEVIM="test"')
|
||||
|
||||
if executable('export')
|
||||
call system('export $TEST_SPACEVIM="test"')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#server#terminate()
|
||||
|
Loading…
Reference in New Issue
Block a user