summaryrefslogtreecommitdiffstats
path: root/src/regexp.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-05 21:46:34 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-05 21:46:34 +0000
commit12f3c1b77fb39dc338304d5484cdbc99da27389a (patch)
tree547976b1abc154007b9e8bfed81a69b7b457706e /src/regexp.c
parente5710a02cb78c2a0a868ea55740835c78ddecbb4 (diff)
patch 8.2.3749: error messages are everywherev8.2.3749
Problem: Error messages are everywhere. Solution: Move more error messages to errors.h and adjust the names.
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/regexp.c b/src/regexp.c
index 45485f4018..72255c44a3 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -74,12 +74,6 @@ toggle_Magic(int x)
static char_u e_missingbracket[] = N_("E769: Missing ] after %s[");
static char_u e_reverse_range[] = N_("E944: Reverse range in character class");
static char_u e_large_class[] = N_("E945: Range too large in character class");
-#ifdef FEAT_SYN_HL
-static char_u e_z_not_allowed[] = N_("E66: \\z( not allowed here");
-static char_u e_z1_not_allowed[] = N_("E67: \\z1 - \\z9 not allowed here");
-#endif
-static char_u e_missing_sb[] = N_("E69: Missing ] after %s%%[");
-static char_u e_empty_sb[] = N_("E70: Empty %s%%[]");
static char_u e_recursive[] = N_("E956: Cannot use pattern recursively");
#define NOT_MULTI 0