From 9325986457f18b30e39f27d25b89d62545f6e3ee Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 20 Feb 2018 09:10:01 +0000 Subject: [PATCH] Remove deprecated command GitGutterRevertHunk. --- plugin/gitgutter.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 7c99edf..6ac15ea 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -113,7 +113,6 @@ command -bar -count=1 GitGutterPrevHunk call gitgutter#hunk#prev_hunk() command -bar GitGutterStageHunk call gitgutter#hunk#stage() command -bar GitGutterUndoHunk call gitgutter#hunk#undo() -command -bar GitGutterRevertHunk echomsg 'GitGutterRevertHunk is deprecated. Use GitGutterUndoHunk'call gitgutter#hunk#undo() command -bar GitGutterPreviewHunk call gitgutter#hunk#preview() " Hunk text object