From 0810dcc8056b23dedf0f8437755cf0c86ad5dac6 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 28 Jul 2019 20:42:33 -0400 Subject: [PATCH] Fix typo --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 44fa372..29bed22 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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