From ad5b7d87f2255ea2d6e30490ec55fd2c3dd53c5e Mon Sep 17 00:00:00 2001 From: George Hilliard <thirtythreeforty@gmail.com> Date: Sun, 17 Apr 2016 15:25:49 -0500 Subject: [PATCH] Fix outdated help message The actual help message says the ? key should be used, and the h key is nonfunctional anyway. --- plugin/magit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/magit.vim b/plugin/magit.vim index bfac4e9..3528ed4 100644 --- a/plugin/magit.vim +++ b/plugin/magit.vim @@ -164,7 +164,7 @@ function! s:mg_get_info() \ . g:magit_commit_mode[b:magit_current_commit_mode] endif silent put ='' - silent put ='Press h to display help' + silent put ='Press ? to display help' endfunction " s:mg_display_files: display in current buffer files, filtered by some -- GitLab