mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-26 07:25:18 +02:00
themes: fix vim9 syntax errors in generate_color_map
This commit is contained in:
parent
21f329cd70
commit
dcb36f0480
@ -80,7 +80,7 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0)==0)
|
|||||||
endfunction
|
endfunction
|
||||||
else
|
else
|
||||||
" New Vim9script implementation
|
" 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
|
# Only allows for 3 arguments currently, because Vim9 Script does not
|
||||||
# allow for a:000
|
# allow for a:000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user