diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-01-09 14:09:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-01-09 14:09:25 +0000 |
commit | d675e2c5130849cb486665b097b62bbb00cc42e7 (patch) | |
tree | 62e4dbad27b803f2dd0c8c66e63cb2439c399857 /runtime/menu.vim | |
parent | df88dda91c2f436f4cf2360d27a306efc0087e4f (diff) | |
download | vim-git-d675e2c5130849cb486665b097b62bbb00cc42e7.tar.gz |
updated for version 7.0-180v7.0.180
Diffstat (limited to 'runtime/menu.vim')
-rw-r--r-- | runtime/menu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim index 233479476..2f3cd3df5 100644 --- 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 |