mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00: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:
@@ -33,4 +33,5 @@ if has('win32')
|
|||||||
let $TERM = ''
|
let $TERM = ''
|
||||||
let &shell = empty($COMSPEC) ? exepath('cmd.exe') : $COMSPEC
|
let &shell = empty($COMSPEC) ? exepath('cmd.exe') : $COMSPEC
|
||||||
set shellcmdflag=/s/c shellxquote=\" shellredir=>%s\ 2>&1
|
set shellcmdflag=/s/c shellxquote=\" shellredir=>%s\ 2>&1
|
||||||
|
let &shellpipe = &shellredir
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user