]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-078 v7.0.078
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2006 12:04:57 +0000 (12:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2006 12:04:57 +0000 (12:04 +0000)
src/globals.h
src/version.c

index 1287d249cda083f6ebc1755940f22ab3a3adde19..4106742a9a5776f02372de1e64deb62e8c7fca87 100644 (file)
@@ -1441,7 +1441,7 @@ EXTERN char_u e_re_corr[] INIT(= N_("E44: Corrupted regexp program"));
 EXTERN char_u e_readonly[]     INIT(= N_("E45: 'readonly' option is set (add ! to override)"));
 #ifdef FEAT_EVAL
 EXTERN char_u e_readonlyvar[]  INIT(= N_("E46: Cannot change read-only variable \"%s\""));
-EXTERN char_u e_readonlysbx[]  INIT(= N_("E46: Cannot set variable in the sandbox: \"%s\""));
+EXTERN char_u e_readonlysbx[]  INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\""));
 #endif
 #ifdef FEAT_QUICKFIX
 EXTERN char_u e_readerrf[]     INIT(= N_("E47: Error while reading errorfile"));
index 549f18bd6a8fd5e07f44720cc6aaed96777e39b2..a215d0e2c1b25e4e0214f58c73a8e7213565d16d 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    78,
 /**/
     77,
 /**/