Fix typo
This commit is contained in:
parent
3b0f68180f
commit
0810dcc805
@ -437,7 +437,7 @@ function! s:SystemError(cmd, ...) abort
|
||||
call s:throw('failed to run `' . a:cmd . '` with ' . join(opts, ' '))
|
||||
finally
|
||||
if exists('shellredir')
|
||||
let &shellpipe = shellredir
|
||||
let &shellredir = shellredir
|
||||
endif
|
||||
endtry
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user