Skip to content

Commit 4a745ea

Browse files
committed
Remove antiquated a map
Resolves: #2380
1 parent b068eaf commit 4a745ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fugitive.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ function! s:MapStatus() abort
26972697
call s:MapMotion('gP', "exe <SID>StageJump(v:count, 'Unpulled')")
26982698
call s:MapMotion('gr', "exe <SID>StageJump(v:count, 'Rebasing')")
26992699
call s:Map('n', 'C', ":echoerr 'fugitive: C has been removed in favor of cc'<CR>", '<silent><unique>')
2700-
call s:Map('n', 'a', ":<C-U>execute <SID>Do('Toggle',0)<CR>", '<silent>')
2700+
call s:Map('n', 'a', ":echoerr 'fugitive: a has been removed in favor of s'<CR>", '<silent><unique>')
27012701
call s:Map('n', 'i', ":<C-U>execute <SID>NextExpandedHunk(v:count1)<CR>", '<silent>')
27022702
call s:Map('n', "=", ":<C-U>execute <SID>StageInline('toggle',line('.'),v:count)<CR>", '<silent>')
27032703
call s:Map('n', "<", ":<C-U>execute <SID>StageInline('hide', line('.'),v:count)<CR>", '<silent>')

0 commit comments

Comments
 (0)