updated for version 7.0-180
diff --git a/runtime/menu.vim b/runtime/menu.vim
index 2334794..2f3cd3d 100644
--- a/runtime/menu.vim
+++ b/runtime/menu.vim
@@ -384,7 +384,7 @@
 " Programming menu
 if !exists("g:ctags_command")
   if has("vms")
-    let g:ctags_command = "mc vim:ctags ."
+    let g:ctags_command = "mc vim:ctags *.*"
   else
     let g:ctags_command = "ctags -R ."
   endif