mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-09 07:04:41 +02:00
tabline: Fix redrawtabline typo
This commit is contained in:
parent
4604f6d465
commit
6fd5b6ae56
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user