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

Add auto-previewing mode, closes #161

This commit is contained in:
Jan Larres
2013-11-11 18:23:22 +13:00
parent 2d650b96cf
commit 0377f19d74
3 changed files with 17 additions and 0 deletions

View File

@@ -564,6 +564,18 @@ Example:
let g:tagbar_autoshowtag = 1
<
*g:tagbar_autopreview*
g:tagbar_autopreview~
Default: 0
If this variable is set to 1 then moving the cursor in the Tagbar window will
automatically show the current tag in the preview window.
Example:
>
let g:tagbar_autopreview = 1
<
*g:tagbar_updateonsave_maxlines*
g:tagbar_updateonsave_maxlines~