1
0
forked from aniani/vim

patch 9.0.1133: error message names do not match the items

Problem:    Error message names do not match the items.
Solution:   Add "_str" when the text contains "%s".
This commit is contained in:
Bram Moolenaar
2023-01-02 18:10:04 +00:00
parent dc4daa3a39
commit a9fa8c58fb
16 changed files with 62 additions and 59 deletions

View File

@@ -1091,7 +1091,7 @@ highlight_set_cterm_color(
break;
if (i < 0)
{
semsg(_(e_color_name_or_number_not_recognized), key_start);
semsg(_(e_color_name_or_number_not_recognized_str), key_start);
return FALSE;
}