From 04bb7280399a2c6e1e8c56b31125cd44b1f4d336 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 26 Jan 2015 12:37:53 +1300 Subject: [PATCH] Replace help mapping in short help, closes #245 --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index eb0cd91..eb02e90 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2832,7 +2832,7 @@ endfunction " s:PrintHelp() {{{2 function! s:PrintHelp() abort if !g:tagbar_compact && s:short_help - silent 0put ='\" Press or ? for help' + silent 0put ='\" Press ' . s:get_map_str('help') . ' for help' silent put _ elseif !s:short_help silent 0put ='\" Tagbar keybindings'