Skip to content

Commit 59ee43d

Browse files
Doug KearnsDoug Kearns
authored andcommitted
Add "Last Change" header lines
1 parent c4d3ca9 commit 59ee43d

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

autoload/rubycomplete.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim completion script
22
" Language: Ruby
33
" Maintainer: Mark Guzman <segfault@hasno.info>
4+
" Last Change: 2009 Sep 28
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

compiler/eruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim compiler file
22
" Language: eRuby
33
" Maintainer: Doug Kearns <dougkearns@gmail.com>
4+
" Last Change: 2008 Aug 1
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

compiler/rspec.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim compiler file
22
" Language: RSpec
33
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4+
" Last Change: 2009 Dec 22
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

compiler/ruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
" Language: Ruby
33
" Function: Syntax check and/or error reporting
44
" Maintainer: Tim Hammerquist <timh at rubyforge.org>
5+
" Last Change: 2008 Aug 1
56
" URL: http://vim-ruby.rubyforge.org
67
" Anon CVS: See above site
78
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

compiler/rubyunit.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim compiler file
22
" Language: Test::Unit - Ruby Unit Testing Framework
33
" Maintainer: Doug Kearns <dougkearns@gmail.com>
4+
" Last Change: 2008 Aug 1
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

ftplugin/eruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim filetype plugin
22
" Language: eRuby
33
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4+
" Last Change: 2010 Apr 15
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

ftplugin/ruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim filetype plugin
22
" Language: Ruby
33
" Maintainer: Gavin Sinclair <gsinclair at gmail.com>
4+
" Last Change: 2010 Mar 15
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

indent/eruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim indent file
22
" Language: eRuby
33
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4+
" Last Change: 2009 Dec 22
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

indent/ruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim indent file
22
" Language: Ruby
33
" Maintainer: Nikolai Weibull <now at bitwi.se>
4+
" Last Change: 2009 Dec 17
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

syntax/eruby.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" Vim syntax file
22
" Language: eRuby
33
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4+
" Last Change: 2010 Apr 15
45
" URL: http://vim-ruby.rubyforge.org
56
" Anon CVS: See above site
67
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

0 commit comments

Comments
 (0)