1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-20 13:11:24 +02: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
+1 -1
View File
@@ -3010,7 +3010,7 @@ function! s:ShowInPreviewWin() abort
return
endif
execute 'topleft pedit +' . taginfo.fields.line . ' ' .
execute g:tagbar_previewwin_pos . ' pedit +' . taginfo.fields.line . ' ' .
\ s:known_files.getCurrent(0).fpath
endfunction