commit 9753cda591e2fceaaeea26bdf2d5b5d874d7e9f5
parent 4ecf6fdfd857b52c0bab9a8dbfc760364ac2677b
Author: Christian Clason <c.clason@uni-graz.at>
Date: Mon, 8 May 2023 17:02:53 +0200
fix(syntax): use correct diagnostic group for checkhealth (#23538)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/syntax/checkhealth.vim b/runtime/syntax/checkhealth.vim
@@ -12,7 +12,7 @@ unlet! b:current_syntax
syn case match
syn keyword DiagnosticError ERROR[:]
-syn keyword DiagnosticWarning WARNING[:]
+syn keyword DiagnosticWarn WARNING[:]
syn keyword DiagnosticOk OK[:]
syn match helpSectionDelim "^======*\n.*$"
syn match healthHeadingChar "=" conceal cchar=─ contained containedin=helpSectionDelim