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

Merge branch 'master' into large-file-handling

This commit is contained in:
raven42
2020-09-23 11:47:24 -05:00
committed by GitHub
5 changed files with 91 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ function! s:setup_options() abort
\ ['hide_nonpublic', 0],
\ ['height', 10],
\ ['indent', 2],
\ ['scopestrs', {}],
\ ['left', 0],
\ ['position', default_pos],
\ ['previewwin_pos', previewwin_pos],
@@ -110,6 +111,7 @@ function! s:setup_options() abort
\ ['zoomwidth', 1],
\ ['silent', 0],
\ ['use_cache', 1],
\ ['wrap', 0],
\ ]
for [opt, val] in options