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:
Jan Edmund Lazo 2018-08-07 23:04:01 -04:00
parent 5493139c9f
commit d6af425322

View File

@ -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