tabline: fix vim9 error in enable func

This commit is contained in:
Christian 2020-11-18 16:58:23 +01:00 committed by Christian Brabandt
parent c08b1c0c75
commit 86c466d81e
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -315,7 +315,7 @@ else
enddef
def airline#extensions#tabline#enable(): void # {{{2
if &lines > 3
let &showtabline=2
&showtabline = 2
endif
enddef
def! airline#extensions#tabline#load_theme(palette: dict<any>): void # {{{2