updated for version 7.0-018
diff --git a/src/main.c b/src/main.c
index 2a90cc3..86558e0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -564,7 +564,11 @@
      */
     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