summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-06-20 16:51:47 +0000
committervimboss <devnull@localhost>2006-06-20 16:51:47 +0000
commit8206b6be2cda4541e958c891e4632617d1964709 (patch)
tree07acce60f012199fb5eb5626a7c90750cb1633db
parentf5e322de17c6f791a9eeea387d1d5cfba6dc21a3 (diff)
downloadvim-8206b6be2cda4541e958c891e4632617d1964709.tar.gz
updated for version 7.0-018v7.0.018v7-0-018
-rw-r--r--src/main.c4
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2a90cc35..86558e0f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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
diff --git a/src/version.c b/src/version.c
index b3074a62..7387458b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 18,
+/**/
17,
/**/
16,