themes: fix Vim9 syntax error in get_highlight2

This commit is contained in:
Christian 2020-11-18 19:30:11 +01:00 committed by Christian Brabandt
parent dcb36f0480
commit 3de44bc58f
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -107,7 +107,7 @@ else
def airline#themes#get_highlight2(fg: list<string>, bg: list<string>): list<string>
return call('airline#highlighter#get_highlight2', [fg, bg])
endfunction
enddef
def airline#themes#patch(palette: dict<any>): void
for mode in keys(palette)