From a8af1853bdc069a68b9772dc70a7ce7d155cd3b6 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 12 Feb 2018 16:21:10 +0000 Subject: [PATCH] Remove long-standing deprecation warning. --- plugin/gitgutter.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 277aff7..0844cca 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -180,7 +180,6 @@ if g:gitgutter_map_keys endif if !hasmapto('GitGutterUndoHunk') && maparg('hu', 'n') ==# '' nmap hu GitGutterUndoHunk - nmap hr GitGutterUndoHunk:echomsg 'hr is deprecated. Use hu' endif if !hasmapto('GitGutterPreviewHunk') && maparg('hp', 'n') ==# '' nmap hp GitGutterPreviewHunk