mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-12 23:58:48 +08:00
Replace help mapping in short help, closes #245
This commit is contained in:
parent
fcac7f2936
commit
04bb728039
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user