1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +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

@@ -58,6 +58,7 @@ let s:options = [
\ ['indent', 2],
\ ['left', 0],
\ ['show_visibility', 1],
\ ['show_linenumbers', 0],
\ ['singleclick', 0],
\ ['sort', 1],
\ ['systemenc', &encoding],