tabline: Vim9 script implementation of redraw

This commit is contained in:
Christian 2020-11-18 16:03:30 +01:00 committed by Christian Brabandt
parent 7880f0a73c
commit 0bc7ff3629
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -309,4 +309,8 @@ else
airline#util#doautocmd('BufMRUChange')
airline#extensions#tabline#redraw()
enddef
def airline#extensions#tabline#redraw(): void # {{{2
# TODO: Is this still needed?
:redrawtabline
enddef
endif