summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-01-04 21:16:35 +0000
committervimboss <devnull@localhost>2005-01-04 21:16:35 +0000
commit3e0286327b04404d0674acef1001c82862d6a6f0 (patch)
tree9318dd2a3458d7417e6d622486b8711d3eeec89e
parentde6e842d3a4f186d2977151cb81a90d51d53453d (diff)
downloadvim-3e0286327b04404d0674acef1001c82862d6a6f0.tar.gz
updated for version 7.0030
-rw-r--r--src/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h
index 97e2f90c..efe74fe4 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1264,9 +1264,6 @@ EXTERN char_u e_invcmd[] INIT(=N_("E476: Invalid command"));
#ifdef UNIX
EXTERN char_u e_isadir2[] INIT(=N_("E17: \"%s\" is a directory"));
#endif
-#ifdef FEAT_EVAL
-EXTERN char_u e_letunexp[] INIT(=N_("E18: Unexpected characters before '='"));
-#endif
#ifdef FEAT_LIBCALL
EXTERN char_u e_libcall[] INIT(=N_("E364: Library call failed for \"%s()\""));
#endif