mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:50: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()
|
function! SpaceVim#server#export_server()
|
||||||
|
if executable('export')
|
||||||
call system('export $TEST_SPACEVIM="test"')
|
call system('export $TEST_SPACEVIM="test"')
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#server#terminate()
|
function! SpaceVim#server#terminate()
|
||||||
|
Loading…
Reference in New Issue
Block a user