summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorDusan Popovic <dpx@binaryapparatus.com>2021-10-16 20:52:05 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-16 20:52:05 +0100
commit4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80 (patch)
treecac81ddbe09eac705e72e2c3390749cc60a16ae0 /src/errors.h
parentc89c91cafd91fbf17f431d800bbf4cafcffffe7a (diff)
patch 8.2.3524: GUI: ligatures are not usedv8.2.3524
Problem: GUI: ligatures are not used. Solution: Add the 'guiligatures' option. (Dusan Popovic, closes #8933)
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index a2a1394e84..12d00b724a 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -670,3 +670,5 @@ EXTERN char e_separator_not_supported_str[]
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"));