This commit is contained in:
Tim Pope 2019-07-28 20:42:33 -04:00
parent 3b0f68180f
commit 0810dcc805

View File

@ -437,7 +437,7 @@ function! s:SystemError(cmd, ...) abort
call s:throw('failed to run `' . a:cmd . '` with ' . join(opts, ' ')) call s:throw('failed to run `' . a:cmd . '` with ' . join(opts, ' '))
finally finally
if exists('shellredir') if exists('shellredir')
let &shellpipe = shellredir let &shellredir = shellredir
endif endif
endtry endtry
endfunction endfunction