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

Add option to show line numbers, closes #146

This commit is contained in:
Jan Larres
2013-08-24 21:45:10 +12:00
parent fec9b2a1ab
commit 24efd12f50
3 changed files with 32 additions and 3 deletions

View File

@@ -470,6 +470,23 @@ Example:
let g:tagbar_show_visibility = 0
<
*g:tagbar_show_linenumbers*
g:tagbar_show_linenumbers~
Default: 0
Whether line numbers should be shown in the Tagbar window.
Possible values are:
0: Don't show any line numbers.
1: Show absolute line numbers.
2: Show relative line numbers.
-1: Use the global line number settings.
Example:
>
let g:tagbar_show_linenumbers = 2
<
*g:tagbar_expand*
g:tagbar_expand~
Default: 0