mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 19:32:44 +08:00
Add abort() to NextNormalWindow function
This commit is contained in:
parent
3f03aa3013
commit
5816ce0c5a
|
@ -3377,7 +3377,7 @@ function! s:QuitIfOnlyWindow() abort
|
|||
endfunction
|
||||
|
||||
" s:NextNormalWindow() {{{2
|
||||
function! s:NextNormalWindow()
|
||||
function! s:NextNormalWindow() abort
|
||||
for i in range(1, winnr('$'))
|
||||
let buf = winbufnr(i)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user