mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-26 23:44:30 +02:00
tabline: Vim9 script implementation of redraw
This commit is contained in:
parent
7880f0a73c
commit
0bc7ff3629
@ -309,4 +309,8 @@ else
|
|||||||
airline#util#doautocmd('BufMRUChange')
|
airline#util#doautocmd('BufMRUChange')
|
||||||
airline#extensions#tabline#redraw()
|
airline#extensions#tabline#redraw()
|
||||||
enddef
|
enddef
|
||||||
|
def airline#extensions#tabline#redraw(): void # {{{2
|
||||||
|
# TODO: Is this still needed?
|
||||||
|
:redrawtabline
|
||||||
|
enddef
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user