Replace help mapping in short help, closes #245

This commit is contained in:
Jan Larres 2015-01-26 12:37:53 +13:00
parent fcac7f2936
commit 04bb728039

View File

@ -2832,7 +2832,7 @@ endfunction
" s:PrintHelp() {{{2
function! s:PrintHelp() abort
if !g:tagbar_compact && s:short_help
silent 0put ='\" Press <F1> or ? for help'
silent 0put ='\" Press ' . s:get_map_str('help') . ' for help'
silent put _
elseif !s:short_help
silent 0put ='\" Tagbar keybindings'