plugins/bufferline: fix typo in 'error_diagnostic' (#218)

This commit is contained in:
Shayan Rashid 2023-03-01 15:30:05 -05:00 committed by GitHub
parent 23bb06c5eb
commit 497adab94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,7 +340,7 @@ in {
error_visible = errorVisible;
error_selected = errorSelected;
error_dagnostic = errorDiagnostic;
error_diagnostic = errorDiagnostic;
error_diagnostic_visible = errorDiagnosticVisible;
error_diagnostic_selected = errorDiagnosticSelected;