1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Reinstate noautocmd when going to pprev window

This commit is contained in:
Jan Larres
2013-02-06 17:30:33 +13:00
parent 1f0c0a3a8e
commit 1181325968

View File

@@ -2416,7 +2416,7 @@ function! s:RenderContent(...) abort
" Get the previous window number, so that we can reproduce
" the window entering history later. Do not run autocmd on
" this command, make sure nothing is interfering.
call s:winexec('wincmd p')
call s:winexec('noautocmd wincmd p')
let pprevwinnr = winnr()
call s:winexec(tagbarwinnr . 'wincmd w')