mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
Remove accidentally-committed maps.
This commit is contained in:
@@ -423,7 +423,6 @@ function! GitGutterNextHunk(count)
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
command -count=1 GitGutterNextHunk call GitGutterNextHunk(<count>)
|
command -count=1 GitGutterNextHunk call GitGutterNextHunk(<count>)
|
||||||
nmap <silent> ]h :<C-U>execute v:count1 . "GitGutterNextHunk"<CR>
|
|
||||||
|
|
||||||
function! GitGutterPrevHunk(count)
|
function! GitGutterPrevHunk(count)
|
||||||
if s:is_active()
|
if s:is_active()
|
||||||
@@ -441,7 +440,6 @@ function! GitGutterPrevHunk(count)
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
command -count=1 GitGutterPrevHunk call GitGutterPrevHunk(<count>)
|
command -count=1 GitGutterPrevHunk call GitGutterPrevHunk(<count>)
|
||||||
nmap <silent> [h :<C-U>execute v:count1 . "GitGutterPrevHunk"<CR>
|
|
||||||
|
|
||||||
" Returns the git-diff hunks for the current file or an empty list if there
|
" Returns the git-diff hunks for the current file or an empty list if there
|
||||||
" aren't any hunks.
|
" aren't any hunks.
|
||||||
|
|||||||
Reference in New Issue
Block a user