diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-08 10:49:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-08 10:49:09 +0200 |
| commit | 8213109304c7921f4da4ed590d9ab05b0fbce946 (patch) | |
| tree | 467a4f9d67c40d17f678fa04897950e512a1c6eb /src/nvim/testdir/setup.vim | |
| parent | b7a417c5e6b510a0023e544463edd6feef30f9d2 (diff) | |
| parent | d6af4253228c20069ee66d0324fd1441aed8e3e7 (diff) | |
| download | rneovim-8213109304c7921f4da4ed590d9ab05b0fbce946.tar.gz rneovim-8213109304c7921f4da4ed590d9ab05b0fbce946.tar.bz2 rneovim-8213109304c7921f4da4ed590d9ab05b0fbce946.zip | |
Merge #8821 from janlazo/vim-8.1.0003
Diffstat (limited to 'src/nvim/testdir/setup.vim')
| -rw-r--r-- | src/nvim/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index f3cc7da70f..51bf8ce0fc 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -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 |