mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-24 14:35:32 +02:00
highlighter: remove ! from :def in vim9script
This commit is contained in:
parent
f615f8bad3
commit
9f7557df44
@ -535,7 +535,7 @@ else
|
||||
airline#highlighter#exec('airline_c' .. bufnr .. '_inactive', colors)
|
||||
endif
|
||||
enddef
|
||||
def! airline#highlighter#highlight(modes: list<string>, bufnr: string = ''): void # {{{2
|
||||
def airline#highlighter#highlight(modes: list<string>, bufnr: string = ''): void # {{{2
|
||||
var p: dict<any> = eval('g:airline#themes#' .. g:airline_theme .. '#palette')
|
||||
|
||||
# draw the base mode, followed by any overrides
|
||||
|
Loading…
x
Reference in New Issue
Block a user