mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
highlighter: vim9 script implementation of reset_hlcache
This commit is contained in:
parent
b152059a98
commit
aa8bd171f3
@ -350,4 +350,7 @@ else
|
|||||||
def s:get_array(guifg: string, guibg: string, ctermfg: string, ctermbg: string, opts: list<string>): list<string> # {{{2
|
def s:get_array(guifg: string, guibg: string, ctermfg: string, ctermbg: string, opts: list<string>): list<string> # {{{2
|
||||||
return [ guifg, guibg, ctermfg, ctermbg, empty(opts) ? '' : join(opts, ',') ]
|
return [ guifg, guibg, ctermfg, ctermbg, empty(opts) ? '' : join(opts, ',') ]
|
||||||
enddef
|
enddef
|
||||||
|
def airline#highlighter#reset_hlcache(): void # {{{2
|
||||||
|
s:hl_groups = {}
|
||||||
|
enddef
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user