themes: fix vim9 syntax errors in generate_color_map

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

View File

@ -80,7 +80,7 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0)==0)
endfunction
else
" New Vim9script implementation
def airline#themes#generate_color_map(sect1: list<string>, sect2: list<any>, sect3): dict<any>
def airline#themes#generate_color_map(sect1: list<string>, sect2: list<any>, sect3: list<any>): dict<any>
# Only allows for 3 arguments currently, because Vim9 Script does not
# allow for a:000