mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-29 08:54:38 +02:00
highlighter: vim9 script implementation of add_accent
This commit is contained in:
parent
9b32ed3229
commit
e9d4ff75da
@ -519,4 +519,7 @@ else
|
||||
s:separators[from .. to] = [from, to, inverse]
|
||||
s:exec_separator({}, from, to, inverse, '')
|
||||
enddef
|
||||
def airline#highlighter#add_accent(accent: string): void # {{{2
|
||||
s:accents[accent] = 1
|
||||
enddef
|
||||
endif " }}}1
|
||||
|
Loading…
x
Reference in New Issue
Block a user