comparison src/gui_x11.c @ 26915:3631d2deb36c v8.2.3986

patch 8.2.3986: error messages are spread out Commit: https://github.com/vim/vim/commit/b09feaa86ecc53b9b953710082496951776dc5c6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 2 20:20:45 2022 +0000 patch 8.2.3986: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jan 2022 21:30:04 +0100
parents 79c76ca2c53c
children 9849df834f1d
comparison
equal deleted inserted replaced
26914:21f9376239a4 26915:3631d2deb36c
1461 # endif 1461 # endif
1462 #endif 1462 #endif
1463 } 1463 }
1464 1464
1465 if (gui.color_approx) 1465 if (gui.color_approx)
1466 emsg(_("Vim E458: Cannot allocate colormap entry, some colors may be incorrect")); 1466 emsg(_(e_cannot_allocate_colormap_entry_some_colors_may_be_incorrect));
1467 1467
1468 #ifdef FEAT_BEVAL_GUI 1468 #ifdef FEAT_BEVAL_GUI
1469 gui_init_tooltip_font(); 1469 gui_init_tooltip_font();
1470 #endif 1470 #endif
1471 #ifdef FEAT_MENU 1471 #ifdef FEAT_MENU