mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-28 16:34:31 +02:00
parent
a5d9a4bcb2
commit
6e2a9e38cd
@ -63,6 +63,9 @@ function! s:update_tabline()
|
||||
return
|
||||
endif
|
||||
doautocmd User BufMRUChange
|
||||
" sometimes, the tabline is not correctly updated see #1580
|
||||
" so force redraw here
|
||||
let &tabline = &tabline
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#tabline#load_theme(palette)
|
||||
|
Loading…
x
Reference in New Issue
Block a user