mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Add ? as help key, closes #194
This commit is contained in:
@@ -2784,7 +2784,7 @@ endfunction
|
||||
" s:PrintHelp() {{{2
|
||||
function! s:PrintHelp() abort
|
||||
if !g:tagbar_compact && s:short_help
|
||||
silent 0put ='\" Press <F1> for help'
|
||||
silent 0put ='\" Press <F1> or ? for help'
|
||||
silent put _
|
||||
elseif !s:short_help
|
||||
silent 0put ='\" Tagbar keybindings'
|
||||
|
||||
Reference in New Issue
Block a user