Merge pull request #22963 from echasnovski/diagnostic-new-hl

docs: add `hl-DiagnosticDeprecated` and `hl-DiagnosticUnnecessary`
This commit is contained in:
Christian Clason 2023-04-08 19:43:57 +02:00 committed by GitHub
commit b6d5047d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,6 +295,14 @@ DiagnosticSignHint
DiagnosticSignOk
Used for "Ok" signs in sign column.
*hl-DiagnosticDeprecated*
DiagnosticDeprecated
Used for deprecated or obsolete code.
*hl-DiagnosticUnnecessary*
DiagnosticUnnecessary
Used for unnecessary or unused code.
==============================================================================
SIGNS *diagnostic-signs*