FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Claim abandoned runtime files · sofaking/vim-ruby@4d5fe96 · GitHub

Commit 4d5fe96

Browse files
committed
Claim abandoned runtime files
I'm operating under the assumption that since it's been 3 years since the migration to GitHub and neither of these guys has joined the project, these files are abandoned.
1 parent b01237d commit 4d5fe96

2 files changed

Lines changed: 2 additions & 28 deletions

File tree

‎compiler/ruby.vim‎

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
" Vim compiler file
22
" Language: Ruby
33
" Function: Syntax check and/or error reporting
4-
" Maintainer: Tim Hammerquist <timh at rubyforge.org>
4+
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
55
" URL: https://github.com/vim-ruby/vim-ruby
66
" Anon CVS: See above site
77
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
88
" ----------------------------------------------------------------------------
9-
"
10-
" Changelog:
11-
" 0.2: script saves and restores 'cpoptions' value to prevent problems with
12-
" line continuations
13-
" 0.1: initial release
14-
"
15-
" Contributors:
16-
" Hugh Sasse <hgs@dmu.ac.uk>
17-
" Doug Kearns <djkea2@gus.gscit.monash.edu.au>
18-
"
19-
" Todo:
20-
" match error type %m
21-
"
22-
" Comments:
23-
" I know this file isn't perfect. If you have any questions, suggestions,
24-
" patches, etc., please don't hesitate to let me know.
25-
"
26-
" This is my first experience with 'errorformat' and compiler plugins and
27-
" I welcome any input from more experienced (or clearer-thinking)
28-
" individuals.
29-
" ----------------------------------------------------------------------------
309

3110
if exists("current_compiler")
3211
finish

‎ftplugin/ruby.vim‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
" Vim filetype plugin
22
" Language: Ruby
3-
" Maintainer: Gavin Sinclair <gsinclair at gmail.com>
3+
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
44
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
77
" ----------------------------------------------------------------------------
8-
"
9-
" Original matchit support thanks to Ned Konz. See his ftplugin/ruby.vim at
10-
" http://bike-nomad.com/vim/ruby.vim.
11-
" ----------------------------------------------------------------------------
128

13-
" Only do this when not done yet for this buffer
149
if (exists("b:did_ftplugin"))
1510
finish
1611
endif

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL