diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 3dad996..ab0695a 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -1557,7 +1557,7 @@ function! fugitive#BufReadStatus() abort exe "nnoremap " nowait "u :execute Do('Unstage',0)" exe "xnoremap " nowait "u :execute Do('Unstage',1)" nnoremap C :Gcommit:echohl WarningMsgecho ':Gstatus C is deprecated in favor of cc'echohl NONE - nnoremap a :execute StatusDo('Toggle',0) + nnoremap a :execute Do('Toggle',0) nnoremap i :execute StageIntend(v:count1) exe 'nnoremap ' nowait "= :execute StageInline('toggle',line('.'),v:count)" exe 'nnoremap ' nowait "< :execute StageInline('show', line('.'),v:count)"