Skip to content

Commit

Permalink
fix typo in URL header
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Oct 13, 2005
1 parent 974f4c3 commit 9efc548
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
2005-10-13 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

* compiler/eruby.vim, compiler/rubyunit.vim, ftplugin/eruby.vim,
ftplugin/ruby.vim, indent/eruby.vim, indent/ruby.vim,
syntax/eruby.vim, syntax/ruby.vim: fix typo in URL header

* ftdetect/ruby.vim: add filetype detection for Rantfiles

2005-10-07 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
Expand Down
2 changes: 1 addition & 1 deletion compiler/eruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: eRuby
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion compiler/rubyunit.vim
Expand Up @@ -2,7 +2,7 @@
" Language: Test::Unit - Ruby Unit Testing Framework
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/eruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: eRuby
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/ruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: Ruby
" Maintainer: Gavin Sinclair <gsinclair at soyabean.com.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion indent/eruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: Ruby
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.rubyforge.org/
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion indent/ruby.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: Gavin Sinclair <gsinclair at soyabean.com.au>
" Developer: Nikolai Weibull <source at pcppopper.org>
" Info: $Id$
" URL: http://vim-ruby.rubyforge.org/
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion syntax/eruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: eRuby
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down
2 changes: 1 addition & 1 deletion syntax/ruby.vim
Expand Up @@ -2,7 +2,7 @@
" Language: Ruby
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
" Info: $Id$
" URL: http://vim-ruby.sourceforge.net
" URL: http://vim-ruby.rubyforge.org
" Anon CVS: See above site
" Licence: GPL (http://www.gnu.org)
" Disclaimer:
Expand Down

0 comments on commit 9efc548

Please sign in to comment.