mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 10:41:49 +08:00
Add inline help for toggleautoclose mapping
This commit is contained in:
parent
ca1c9ee2e2
commit
5e392c1b8d
|
@ -2820,6 +2820,7 @@ function! s:PrintHelp() abort
|
|||
silent put ='\"'
|
||||
silent put ='\" ---------- Misc -----------'
|
||||
silent put ='\" ' . s:get_map_str('togglesort') . ': Toggle sort'
|
||||
silent put ='\" ' . s:get_map_str('toggleautoclose') . ': Toggle autoclose option'
|
||||
silent put ='\" ' . s:get_map_str('zoomwin') . ': Zoom window in/out'
|
||||
silent put ='\" ' . s:get_map_str('close') . ': Close window'
|
||||
silent put ='\" ' . s:get_map_str('help') . ': Toggle help'
|
||||
|
|
Loading…
Reference in New Issue
Block a user