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…
Reference in New Issue