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

Make preview window position configurable

This commit is contained in:
Jan Larres
2013-11-13 16:29:42 +13:00
parent 0377f19d74
commit f3250b2dd1
3 changed files with 20 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ let s:options = [
\ ['foldlevel', 99],
\ ['indent', 2],
\ ['left', 0],
\ ['previewwin_pos', 'topleft'],
\ ['show_visibility', 1],
\ ['show_linenumbers', 0],
\ ['singleclick', 0],