1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01:00

Allow configuring zoom, closes #189

This commit is contained in:
Jan Larres
2014-02-04 18:00:27 +13:00
parent 836a39af8f
commit 42ce2919a3
3 changed files with 28 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ let s:options = [
\ ['sort', 1],
\ ['systemenc', &encoding],
\ ['width', 40],
\ ['zoomwidth', 1],
\ ]
for [opt, val] in s:options