EXTERN char e_cant_read_postscript_resource_file_str[]
INIT(= N_("E457: Can't read PostScript resource file \"%s\""));
#endif
-#ifdef FEAT_GUI_X11
-EXTERN char e_cannot_allocate_colormap_entry_some_colors_may_be_incorrect[]
- INIT(= N_("E458: Cannot allocate colormap entry, some colors may be incorrect"));
-#endif
+// E458 unused
#if defined(UNIX) || defined(FEAT_SESSION)
EXTERN char e_cannot_go_back_to_previous_directory[]
INIT(= N_("E459: Cannot go back to previous directory"));
{
char *tmsg;
- // Skip the extra "Vim " prefix for message "E458".
+ // Skip the extra "Vim " prefix for message "E457".
tmsg = elem->msg;
if (STRNCMP(tmsg, "Vim E", 5) == 0
&& VIM_ISDIGIT(tmsg[5])
Bool rsrc_rev_video; // Use reverse video?
char_u *geom; // Geometry, eg "80x24"
- Bool color_approx; // Some color was approximated
#endif
#ifdef FEAT_GUI_GTK
#endif
}
- if (gui.color_approx)
- emsg(_(e_cannot_allocate_colormap_entry_some_colors_may_be_incorrect));
-
#ifdef FEAT_BEVAL_GUI
gui_init_tooltip_font();
#endif
msgstr ""
"Project-Id-Version: Vim\n"
"Report-Msgid-Bugs-To: vim-dev@vim.org\n"
-"POT-Creation-Date: 2026-04-15 19:10+0000\n"
+"POT-Creation-Date: 2026-04-20 17:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "E457: Can't read PostScript resource file \"%s\""
msgstr ""
-msgid "E458: Cannot allocate colormap entry, some colors may be incorrect"
-msgstr ""
-
msgid "E459: Cannot go back to previous directory"
msgstr ""
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 379,
/**/
378,
/**/