mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-21 04:54:45 +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'])
|
airline#highlighter#highlight(['normal'])
|
||||||
endif
|
endif
|
||||||
enddef
|
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:separators[from .. to] = [from, to, inverse]
|
||||||
s:exec_separator({}, from, to, inverse, '')
|
s:exec_separator({}, from, to, inverse, '')
|
||||||
enddef
|
enddef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user