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

Fix win: export in not a command

This commit is contained in:
wsdjeg 2017-11-23 16:29:51 +08:00
parent ec0193f480
commit 65ba9b4dc4

View File

@ -37,9 +37,9 @@ endfunction
function! SpaceVim#server#export_server()
if executable('export')
call system('export $TEST_SPACEVIM="test"')
endif
endfunction
function! SpaceVim#server#terminate()