1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add inline help for toggleautoclose mapping

This commit is contained in:
Jan Larres
2014-06-25 17:58:36 +12:00
parent ca1c9ee2e2
commit 5e392c1b8d

View File

@@ -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'