mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 13:02:19 +08:00
highlighter: remove ! from :def in vim9script
This commit is contained in:
committed by
Christian Brabandt
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
|
||||
|
||||
Reference in New Issue
Block a user