updated for version 7.0014
diff --git a/src/main.c b/src/main.c
index 8e20121..0c8701a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -150,11 +150,6 @@
     int		literal = FALSE;	/* don't expand file names */
 #endif
 
-# ifdef NBDEBUG
-    nbdebug_log_init("SPRO_GVIM_DEBUG", "SPRO_GVIM_DLEVEL");
-    nbdebug_wait(WT_ENV | WT_WAIT | WT_STOP, "SPRO_GVIM_WAIT", 20);
-# endif
-
     /*
      * Do any system-specific initialisations.  These can NOT use IObuff or
      * NameBuff.  Thus emsg2() cannot be called!
@@ -209,6 +204,13 @@
 
     TIME_MSG("Allocated generic buffers");
 
+#ifdef NBDEBUG
+    /* Wait a moment for debugging NetBeans.  Must be after allocating
+     * NameBuff. */
+    nbdebug_log_init("SPRO_GVIM_DEBUG", "SPRO_GVIM_DLEVEL");
+    nbdebug_wait(WT_ENV | WT_WAIT | WT_STOP, "SPRO_GVIM_WAIT", 20);
+#endif
+
 #if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
     /*
      * Setup to use the current locale (for ctype() and many other things).
@@ -2475,6 +2477,9 @@
 	    break;
 	mch_msg(_("\n   or:"));
     }
+#ifdef VMS
+    mch_msg(_("where case is ignored prepend / to make flag upper case"));
+#endif
 
     mch_msg(_("\n\nArguments:\n"));
     main_msg(_("--\t\t\tOnly file names after this"));