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

Always centre preview window

This commit is contained in:
Jan Larres
2013-11-30 03:31:31 +13:00
parent ba3693f977
commit b4a5800f72

View File

@@ -3042,6 +3042,7 @@ function! s:ShowInPreviewWin() abort
call s:goto_win('P', 1)
normal! zv
normal! zz
call s:goto_win('p', 1)
endfunction