mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-25 23:14:50 +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)
|
airline#highlighter#exec('airline_c' .. bufnr .. '_inactive', colors)
|
||||||
endif
|
endif
|
||||||
enddef
|
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')
|
var p: dict<any> = eval('g:airline#themes#' .. g:airline_theme .. '#palette')
|
||||||
|
|
||||||
# draw the base mode, followed by any overrides
|
# draw the base mode, followed by any overrides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user