mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-20 20:44:46 +02:00
highlighter: remove ! from :def in vim9script
This commit is contained in:
parent
58b2a8bbc8
commit
9b32ed3229
@ -515,7 +515,7 @@ else
|
||||
airline#highlighter#highlight(['normal'])
|
||||
endif
|
||||
enddef
|
||||
def! airline#highlighter#add_separator(from: string, to: string, inverse: bool): void # {{{2
|
||||
def airline#highlighter#add_separator(from: string, to: string, inverse: bool): void # {{{2
|
||||
s:separators[from .. to] = [from, to, inverse]
|
||||
s:exec_separator({}, from, to, inverse, '')
|
||||
enddef
|
||||
|
Loading…
x
Reference in New Issue
Block a user