mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user