mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
tabline: fix vim9 error in enable func
This commit is contained in:
parent
c08b1c0c75
commit
86c466d81e
@ -315,7 +315,7 @@ else
|
|||||||
enddef
|
enddef
|
||||||
def airline#extensions#tabline#enable(): void # {{{2
|
def airline#extensions#tabline#enable(): void # {{{2
|
||||||
if &lines > 3
|
if &lines > 3
|
||||||
let &showtabline=2
|
&showtabline = 2
|
||||||
endif
|
endif
|
||||||
enddef
|
enddef
|
||||||
def! airline#extensions#tabline#load_theme(palette: dict<any>): void # {{{2
|
def! airline#extensions#tabline#load_theme(palette: dict<any>): void # {{{2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user