tabline: Fix redrawtabline typo

This commit is contained in:
Christian Brabandt 2019-01-09 08:26:07 +01:00
parent 4604f6d465
commit 6fd5b6ae56
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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