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