updated for version 7.0-180

This commit is contained in:
Bram Moolenaar
2007-01-09 14:09:25 +00:00
parent df88dda91c
commit d675e2c513
5 changed files with 7 additions and 4 deletions

View File

@ -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