Remove long-standing deprecation warning.

This commit is contained in:
Andy Stewart
2018-02-12 16:21:10 +00:00
parent d137753182
commit a8af1853bd

View File

@@ -180,7 +180,6 @@ if g:gitgutter_map_keys
endif
if !hasmapto('<Plug>GitGutterUndoHunk') && maparg('<Leader>hu', 'n') ==# ''
nmap <Leader>hu <Plug>GitGutterUndoHunk
nmap <Leader>hr <Plug>GitGutterUndoHunk:echomsg '<Leader>hr is deprecated. Use <Leader>hu'<CR>
endif
if !hasmapto('<Plug>GitGutterPreviewHunk') && maparg('<Leader>hp', 'n') ==# ''
nmap <Leader>hp <Plug>GitGutterPreviewHunk