diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
commit | 1d68952a3eeb40efc5568d99d0b2dd37960975e7 (patch) | |
tree | 59c8eda2101b9544bb48b8c690ef5e1d4fcbb21a /runtime/compiler/rspec.vim | |
parent | 167632fcddd32656a737fa5568504fff12d04f70 (diff) | |
download | vim-1d68952a3eeb40efc5568d99d0b2dd37960975e7.zip |
Runtime file updates.
Diffstat (limited to 'runtime/compiler/rspec.vim')
-rw-r--r-- | runtime/compiler/rspec.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/rspec.vim b/runtime/compiler/rspec.vim index c185bc79d..f46527ef1 100644 --- a/runtime/compiler/rspec.vim +++ b/runtime/compiler/rspec.vim @@ -1,7 +1,7 @@ " Vim compiler file " Language: RSpec -" Maintainer: Tim Pope <vimNOSPAM@tpope.info> -" Info: $Id: rspec.vim,v 1.2 2008/06/29 04:18:42 tpope Exp $ +" Maintainer: Tim Pope <vimNOSPAM@tpope.org> +" Last Change: 2009 Dec 22 " URL: http://vim-ruby.rubyforge.org " Anon CVS: See above site " Release Coordinator: Doug Kearns <dougkearns@gmail.com> |