mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 22:15:28 +02:00
themes: fix Vim9 syntax error in get_highlight2
This commit is contained in:
parent
dcb36f0480
commit
3de44bc58f
@ -107,7 +107,7 @@ else
|
|||||||
|
|
||||||
def airline#themes#get_highlight2(fg: list<string>, bg: list<string>): list<string>
|
def airline#themes#get_highlight2(fg: list<string>, bg: list<string>): list<string>
|
||||||
return call('airline#highlighter#get_highlight2', [fg, bg])
|
return call('airline#highlighter#get_highlight2', [fg, bg])
|
||||||
endfunction
|
enddef
|
||||||
|
|
||||||
def airline#themes#patch(palette: dict<any>): void
|
def airline#themes#patch(palette: dict<any>): void
|
||||||
for mode in keys(palette)
|
for mode in keys(palette)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user