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'