diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 32e916d..b191a98 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -2756,7 +2756,7 @@ function! fugitive#BufReadStatus() abort nnoremap a :let b:fugitive_display_format += 1exe fugitive#BufReadIndex() nnoremap i :let b:fugitive_display_format -= 1exe fugitive#BufReadIndex() nnoremap C :Gcommit:echohl WarningMsgecho ':Gstatus C is deprecated in favor of cc'echohl NONE - nnoremap cA :Gcommit --amend --reuse-message=HEAD:echohl WarningMsgecho ':Gstatus cA is deprecated in favor of ce' + nnoremap cA :Gcommit --amend --reuse-message=HEAD:echohl WarningMsgecho ':Gstatus cA is deprecated in favor of ce'echohl NONE nnoremap ca :Gcommit --amend nnoremap cc :Gcommit nnoremap ce :Gcommit --amend --no-edit