mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
tabline: Fix redrawtabline typo
This commit is contained in:
@@ -60,7 +60,7 @@ function! s:update_tabline()
|
|||||||
call airline#util#doautocmd('BufMRUChange')
|
call airline#util#doautocmd('BufMRUChange')
|
||||||
" sometimes, the tabline is not correctly updated see #1580
|
" sometimes, the tabline is not correctly updated see #1580
|
||||||
" so force redraw here
|
" so force redraw here
|
||||||
if exists(":redtawtabline") == 2
|
if exists(":redrawtabline") == 2
|
||||||
redrawtabline
|
redrawtabline
|
||||||
else
|
else
|
||||||
let &tabline = &tabline
|
let &tabline = &tabline
|
||||||
|
|||||||
Reference in New Issue
Block a user