From b09feaa86ecc53b9b953710082496951776dc5c6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 2 Jan 2022 20:20:45 +0000 Subject: patch 8.2.3986: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h. --- src/highlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/highlight.c') diff --git a/src/highlight.c b/src/highlight.c index d72fa83210..253ed5bf29 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -1053,7 +1053,7 @@ highlight_set_cterm_color( color = cterm_normal_ul_color - 1; else { - emsg(_("E453: UL color unknown")); + emsg(_(e_ul_color_unknown)); return FALSE; } } -- cgit v1.2.3