patch 8.2.3524: GUI: ligatures are not used
Problem: GUI: ligatures are not used.
Solution: Add the 'guiligatures' option. (Dusan Popovic, closes #8933)
diff --git a/src/errors.h b/src/errors.h
index a2a1394..12d00b7 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -670,3 +670,5 @@
INIT(= N_("E1241: Separator not supported: %s"));
EXTERN char e_no_white_space_allowed_before_separator_str[]
INIT(= N_("E1242: No white space allowed before separator: %s"));
+EXTERN char e_ascii_code_not_in_range[]
+ INIT(= N_("E1243: ASCII code not in 32-127 range"));