commit | b09feaa86ecc53b9b953710082496951776dc5c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 20:20:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 20:20:45 2022 +0000 |
tree | 0baf02c96c94c26072e9afdb833e638c3ab1a9cb | |
parent | ac78dd4a352196ca4e6640f8e4caaf126afd49e3 [diff] [blame] |
patch 8.2.3986: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
diff --git a/src/highlight.c b/src/highlight.c index d72fa83..253ed5b 100644 --- a/src/highlight.c +++ b/src/highlight.c
@@ -1053,7 +1053,7 @@ color = cterm_normal_ul_color - 1; else { - emsg(_("E453: UL color unknown")); + emsg(_(e_ul_color_unknown)); return FALSE; } }