mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
shane: compact tag line# should be good enough if user set it (#687)
This commit is contained in:
@@ -718,10 +718,10 @@ This option allows printing the tag line number next to the tag in the tagbar
|
||||
window. It can be set to the following values:
|
||||
0 - The line number will not be printed
|
||||
1 - The line number will be printed to the right of the tag >
|
||||
Example: function1(int i) [line 42]
|
||||
Example: function1(int i) [123]
|
||||
<
|
||||
2 - The line number will be printed to the left of the tag >
|
||||
Example: [line 42] function1(int i)
|
||||
Example: [123] function1(int i)
|
||||
<
|
||||
Example:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user