diff runtime/menu.vim @ 1054:99ccc8932b6c v7.0.180

updated for version 7.0-180
author vimboss
date Tue, 09 Jan 2007 14:09:25 +0000
parents e1efa991c2b6
children e1787f5b90da
line wrap: on
line diff
--- a/runtime/menu.vim
+++ b/runtime/menu.vim
@@ -384,7 +384,7 @@ endif
 " 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