comparison src/errors.h @ 25982:aade8ef975d5 v8.2.3524

patch 8.2.3524: GUI: ligatures are not used Commit: https://github.com/vim/vim/commit/4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80 Author: Dusan Popovic <dpx@binaryapparatus.com> Date: Sat Oct 16 20:52:05 2021 +0100 patch 8.2.3524: GUI: ligatures are not used Problem: GUI: ligatures are not used. Solution: Add the 'guiligatures' option. (Dusan Popovic, closes https://github.com/vim/vim/issues/8933)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 22:00:05 +0200
parents 377a7686a52f
children 30e60bfd5fb3
comparison
equal deleted inserted replaced
25981:483b3a06ac68 25982:aade8ef975d5
668 INIT(= N_("E1240: Resulting text too long")); 668 INIT(= N_("E1240: Resulting text too long"));
669 EXTERN char e_separator_not_supported_str[] 669 EXTERN char e_separator_not_supported_str[]
670 INIT(= N_("E1241: Separator not supported: %s")); 670 INIT(= N_("E1241: Separator not supported: %s"));
671 EXTERN char e_no_white_space_allowed_before_separator_str[] 671 EXTERN char e_no_white_space_allowed_before_separator_str[]
672 INIT(= N_("E1242: No white space allowed before separator: %s")); 672 INIT(= N_("E1242: No white space allowed before separator: %s"));
673 EXTERN char e_ascii_code_not_in_range[]
674 INIT(= N_("E1243: ASCII code not in 32-127 range"));