mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01: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