diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-15 20:28:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-15 20:28:54 +0000 |
commit | 99ebf04cf6acdd2b10d670e1cd6be4eae17333cf (patch) | |
tree | c4d5d6e215a8e86e6ea80ffd3eb517329144ae21 /runtime | |
parent | 8cacf35f0e0590cde95f051d83bdac9e6b14024d (diff) | |
download | vim-git-99ebf04cf6acdd2b10d670e1cd6be4eae17333cf.tar.gz |
updated for version 7.0d05v7.0d05
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/compiler/rubyunit.vim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/compiler/rubyunit.vim b/runtime/compiler/rubyunit.vim index 911117801..218ba60d0 100644 --- a/runtime/compiler/rubyunit.vim +++ b/runtime/compiler/rubyunit.vim @@ -1,10 +1,10 @@ " Vim compiler file -" Language: Test::Unit - Ruby Unit Testing Framework -" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au> -" Info: $Id$ -" URL: http://vim-ruby.rubyforge.org -" Anon CVS: See above site -" ---------------------------------------------------------------------------- +" Language: Test::Unit - Ruby Unit Testing Framework +" Maintainer: Doug Kearns <dougkearns@gmail.com> +" Info: $Id$ +" URL: http://vim-ruby.rubyforge.org +" Anon CVS: See above site +" Release Coordinator: Doug Kearns <dougkearns@gmail.com> if exists("current_compiler") finish |