Skip to content
Snippets Groups Projects
Commit ad5b7d87 authored by George Hilliard's avatar George Hilliard
Browse files

Fix outdated help message

The actual help message says the ? key should be used, and the h key is
nonfunctional anyway.
parent 3064f25a
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ function! s:mg_get_info() ...@@ -164,7 +164,7 @@ function! s:mg_get_info()
\ . g:magit_commit_mode[b:magit_current_commit_mode] \ . g:magit_commit_mode[b:magit_current_commit_mode]
endif endif
silent put ='' silent put =''
silent put ='Press h to display help' silent put ='Press ? to display help'
endfunction endfunction
" s:mg_display_files: display in current buffer files, filtered by some " s:mg_display_files: display in current buffer files, filtered by some
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment