mirror of
https://github.com/preservim/tagbar.git
synced 2025-10-04 10:36:17 +08:00
Ignore preview window when quitting
This commit is contained in:
@ -3715,6 +3715,11 @@ function! s:NextNormalWindow() abort
|
||||
continue
|
||||
endif
|
||||
|
||||
" skip the preview window
|
||||
if getwinvar(i, '&previewwindow')
|
||||
continue
|
||||
endif
|
||||
|
||||
" skip current window
|
||||
if i == winnr()
|
||||
continue
|
||||
|
Reference in New Issue
Block a user