| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b01237d commit 4d5fe96
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,32 +1,11 @@ | |||
| 1 | 1 | " Vim compiler file | |
| 2 | 2 | " Language: Ruby | |
| 3 | 3 | " Function: Syntax check and/or error reporting | |
| 4 | - " Maintainer: Tim Hammerquist <timh at rubyforge.org> | ||
| 4 | + " Maintainer: Tim Pope <vimNOSPAM@tpope.org> | ||
| 5 | 5 | " URL: https://github.com/vim-ruby/vim-ruby | |
| 6 | 6 | " Anon CVS: See above site | |
| 7 | 7 | " Release Coordinator: Doug Kearns <dougkearns@gmail.com> | |
| 8 | 8 | " ---------------------------------------------------------------------------- | |
| 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 | - " ---------------------------------------------------------------------------- | ||
| 30 | 9 | ||
| 31 | 10 | if exists("current_compiler") | |
| 32 | 11 | finish | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,16 +1,11 @@ | |||
| 1 | 1 | " Vim filetype plugin | |
| 2 | 2 | " Language: Ruby | |
| 3 | - " Maintainer: Gavin Sinclair <gsinclair at gmail.com> | ||
| 3 | + " Maintainer: Tim Pope <vimNOSPAM@tpope.org> | ||
| 4 | 4 | " URL: https://github.com/vim-ruby/vim-ruby | |
| 5 | 5 | " Anon CVS: See above site | |
| 6 | 6 | " Release Coordinator: Doug Kearns <dougkearns@gmail.com> | |
| 7 | 7 | " ---------------------------------------------------------------------------- | |
| 8 | - " | ||
| 9 | - " Original matchit support thanks to Ned Konz. See his ftplugin/ruby.vim at | ||
| 10 | - " http://bike-nomad.com/vim/ruby.vim. | ||
| 11 | - " ---------------------------------------------------------------------------- | ||
| 12 | 8 | ||
| 13 | - " Only do this when not done yet for this buffer | ||
| 14 | 9 | if (exists("b:did_ftplugin")) | |
| 15 | 10 | finish | |
| 16 | 11 | endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments