From 9753cda591e2fceaaeea26bdf2d5b5d874d7e9f5 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 8 May 2023 17:02:53 +0200 Subject: fix(syntax): use correct diagnostic group for checkhealth (#23538) --- runtime/syntax/checkhealth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax') diff --git a/runtime/syntax/checkhealth.vim b/runtime/syntax/checkhealth.vim index ea6555f005..2fd0aed601 100644 --- 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 -- cgit