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

@@ -51,6 +51,7 @@ endfunction
let s:options = [
\ ['autoclose', 0],
\ ['autofocus', 0],
\ ['autopreview', 0],
\ ['autoshowtag', 0],
\ ['compact', 0],
\ ['expand', 0],