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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user