mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
oldtests: win: set shellpipe for cmd.exe
Redirect errors from :make to error file. Fix execption error in test_compiler.vim on Windows.
This commit is contained in:
parent
5493139c9f
commit
d6af425322
@ -33,4 +33,5 @@ if has('win32')
|
||||
let $TERM = ''
|
||||
let &shell = empty($COMSPEC) ? exepath('cmd.exe') : $COMSPEC
|
||||
set shellcmdflag=/s/c shellxquote=\" shellredir=>%s\ 2>&1
|
||||
let &shellpipe = &shellredir
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user