From 6889f9918ef1348f81bab8032726e44ffdd2cc57 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 12 Mar 2013 16:03:37 +0100 Subject: [PATCH] Remove accidentally-committed maps. --- plugin/gitgutter.vim | 2 -- 1 file changed, 2 deletions(-) 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.