mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
Add abort() to NextNormalWindow function
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user