]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-018 v7.0.018
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 16:51:47 +0000 (16:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 16:51:47 +0000 (16:51 +0000)
src/main.c
src/version.c

index 2a90cc3580573ae414353444e3ba587cfdd5b285..86558e0f47ca6fd5c17e89ead2e85ea3b023eb0b 100644 (file)
@@ -564,7 +564,11 @@ main
      */
     if (p_lpl)
     {
+# ifdef VMS    /* Somehow VMS doesn't handle the "**". */
+       source_runtime((char_u *)"plugin/*.vim", TRUE);
+# else
        source_runtime((char_u *)"plugin/**/*.vim", TRUE);
+# endif
        TIME_MSG("loading plugins");
     }
 #endif
index b3074a6273cda672de6cdce3188cb07373c33fa3..7387458b0c559dc526bd63ee75944de3ed51fb45 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    18,
 /**/
     17,
 /**/