diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index eac410e..1cbc2eb 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -2697,7 +2697,7 @@ function! s:MapStatus() abort call s:MapMotion('gP', "exe StageJump(v:count, 'Unpulled')") call s:MapMotion('gr', "exe StageJump(v:count, 'Rebasing')") call s:Map('n', 'C', ":echoerr 'fugitive: C has been removed in favor of cc'", '') - call s:Map('n', 'a', ":execute Do('Toggle',0)", '') + call s:Map('n', 'a', ":echoerr 'fugitive: a has been removed in favor of s'", '') call s:Map('n', 'i', ":execute NextExpandedHunk(v:count1)", '') call s:Map('n', "=", ":execute StageInline('toggle',line('.'),v:count)", '') call s:Map('n', "<", ":execute StageInline('hide', line('.'),v:count)", '')