From 9f7557df447a6281b4e1447ae05bda2b22b156d8 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 18 Nov 2020 12:37:42 +0100 Subject: [PATCH] highlighter: remove ! from :def in vim9script --- autoload/airline/highlighter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/highlighter.vim b/autoload/airline/highlighter.vim index 5a9911e3..e9eb8d53 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -535,7 +535,7 @@ else airline#highlighter#exec('airline_c' .. bufnr .. '_inactive', colors) endif enddef - def! airline#highlighter#highlight(modes: list, bufnr: string = ''): void # {{{2 + def airline#highlighter#highlight(modes: list, bufnr: string = ''): void # {{{2 var p: dict = eval('g:airline#themes#' .. g:airline_theme .. '#palette') # draw the base mode, followed by any overrides