diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 970619c..df18f11 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -423,7 +423,6 @@ function! GitGutterNextHunk(count) endif endfunction command -count=1 GitGutterNextHunk call GitGutterNextHunk() -nmap ]h :execute v:count1 . "GitGutterNextHunk" function! GitGutterPrevHunk(count) if s:is_active() @@ -441,7 +440,6 @@ function! GitGutterPrevHunk(count) endif endfunction command -count=1 GitGutterPrevHunk call GitGutterPrevHunk() -nmap [h :execute v:count1 . "GitGutterPrevHunk" " Returns the git-diff hunks for the current file or an empty list if there " aren't any hunks.