| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,9 @@ | |||
| 1 | + 2003-08-18 Doug Kearns <djkea2@mugca.its.monash.edu.au> | ||
| 2 | + | ||
| 3 | + * compiler/ruby.vim, ftplugin/ruby.vim, indent/ruby.vim, | ||
| 4 | + syntax/ruby.vim: retab the header section - Bram prefers as many TAB | ||
| 5 | + characters as possible. | ||
| 6 | + | ||
| 1 | 7 | 2003-08-18 Doug Kearns <djkea2@mugca.its.monash.edu.au> | |
| 2 | 8 | ||
| 3 | 9 | * syntax/ruby.vim: allow for, while and until loop bodies to contain | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,17 +1,17 @@ | |||
| 1 | 1 | " Vim compiler file | |
| 2 | 2 | " Language: Ruby | |
| 3 | - " Function: Syntax check and/or error reporting | ||
| 4 | - " Maintainer: Tim Hammerquist <saiyix@rubyforge.org> | ||
| 5 | - " Info: $Id$ | ||
| 6 | - " URL: http://vim-ruby.rubyforge.org | ||
| 7 | - " Anon CVS: See above site | ||
| 8 | - " Licence: GPL (http://www.gnu.org) | ||
| 9 | - " Disclaimer: | ||
| 3 | + " Function: Syntax check and/or error reporting | ||
| 4 | + " Maintainer: Tim Hammerquist <saiyix@rubyforge.org> | ||
| 5 | + " Info: $Id$ | ||
| 6 | + " URL: http://vim-ruby.rubyforge.org | ||
| 7 | + " Anon CVS: See above site | ||
| 8 | + " Licence: GPL (http://www.gnu.org) | ||
| 9 | + " Disclaimer: | ||
| 10 | 10 | " This program is distributed in the hope that it will be useful, | |
| 11 | 11 | " but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 12 | 12 | " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 13 | 13 | " GNU General Public License for more details. | |
| 14 | - " ---------------------------------------------------------------------------- | ||
| 14 | + " ---------------------------------------------------------------------------- | ||
| 15 | 15 | " | |
| 16 | 16 | " Changelog: | |
| 17 | 17 | " 0.2: script saves and restores 'cpoptions' value to prevent problems with | |
@@ -32,7 +32,7 @@ | |||
| 32 | 32 | " This is my first experience with 'errorformat' and compiler plugins and | |
| 33 | 33 | " I welcome any input from more experienced (or clearer-thinking) | |
| 34 | 34 | " individuals. | |
| 35 | - " ---------------------------------------------------------------------------- | ||
| 35 | + " ---------------------------------------------------------------------------- | ||
| 36 | 36 | ||
| 37 | 37 | if exists("current_compiler") | |
| 38 | 38 | finish | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,16 +1,16 @@ | |||
| 1 | 1 | " Vim filetype plugin | |
| 2 | 2 | " Language: Ruby | |
| 3 | 3 | " Maintainer: Gavin Sinclair <gsinclair at soyabean.com.au> | |
| 4 | - " Info: $Id$ | ||
| 5 | - " URL: http://vim-ruby.sourceforge.net | ||
| 6 | - " Anon CVS: See above site | ||
| 7 | - " Licence: GPL (http://www.gnu.org) | ||
| 8 | - " Disclaimer: | ||
| 4 | + " Info: $Id$ | ||
| 5 | + " URL: http://vim-ruby.sourceforge.net | ||
| 6 | + " Anon CVS: See above site | ||
| 7 | + " Licence: GPL (http://www.gnu.org) | ||
| 8 | + " Disclaimer: | ||
| 9 | 9 | " This program is distributed in the hope that it will be useful, | |
| 10 | 10 | " but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 11 | 11 | " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 12 | 12 | " GNU General Public License for more details. | |
| 13 | - " ---------------------------------------------------------------------------- | ||
| 13 | + " ---------------------------------------------------------------------------- | ||
| 14 | 14 | ||
| 15 | 15 | " Only do this when not done yet for this buffer | |
| 16 | 16 | if (exists("b:did_ftplugin")) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,17 +1,17 @@ | |||
| 1 | 1 | " Vim indent file | |
| 2 | 2 | " Language: Ruby | |
| 3 | 3 | " Maintainer: Gavin Sinclair <gsinclair at soyabean.com.au> | |
| 4 | - " Developer: Nikolai Weibull <lone-star at home.se> | ||
| 5 | - " Info: $Id$ | ||
| 6 | - " URL: http://vim-ruby.sourceforge.net | ||
| 7 | - " Anon CVS: See above site | ||
| 8 | - " Licence: GPL (http://www.gnu.org) | ||
| 9 | - " Disclaimer: | ||
| 4 | + " Developer: Nikolai Weibull <lone-star at home.se> | ||
| 5 | + " Info: $Id$ | ||
| 6 | + " URL: http://vim-ruby.sourceforge.net | ||
| 7 | + " Anon CVS: See above site | ||
| 8 | + " Licence: GPL (http://www.gnu.org) | ||
| 9 | + " Disclaimer: | ||
| 10 | 10 | " This program is distributed in the hope that it will be useful, | |
| 11 | 11 | " but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 12 | 12 | " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 13 | 13 | " GNU General Public License for more details. | |
| 14 | - " ---------------------------------------------------------------------------- | ||
| 14 | + " ---------------------------------------------------------------------------- | ||
| 15 | 15 | ||
| 16 | 16 | " Only load this indent file when no other was loaded. | |
| 17 | 17 | if exists("b:did_indent") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,20 +1,20 @@ | |||
| 1 | 1 | " Vim syntax file | |
| 2 | 2 | " Language: Ruby | |
| 3 | 3 | " Maintainer: Doug Kearns <djkea2 at mugca.its.monash.edu.au> | |
| 4 | - " Info: $Id$ | ||
| 5 | - " URL: http://vim-ruby.sourceforge.net | ||
| 6 | - " Anon CVS: See above site | ||
| 7 | - " Licence: GPL (http://www.gnu.org) | ||
| 8 | - " Disclaimer: | ||
| 4 | + " Info: $Id$ | ||
| 5 | + " URL: http://vim-ruby.sourceforge.net | ||
| 6 | + " Anon CVS: See above site | ||
| 7 | + " Licence: GPL (http://www.gnu.org) | ||
| 8 | + " Disclaimer: | ||
| 9 | 9 | " This program is distributed in the hope that it will be useful, | |
| 10 | 10 | " but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 11 | 11 | " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 12 | 12 | " GNU General Public License for more details. | |
| 13 | - " ---------------------------------------------------------------------------- | ||
| 13 | + " ---------------------------------------------------------------------------- | ||
| 14 | 14 | " | |
| 15 | 15 | " Previous Maintainer: Mirko Nasato | |
| 16 | 16 | " Thanks to perl.vim authors, and to Reimer Behrends. :-) (MN) | |
| 17 | - " ---------------------------------------------------------------------------- | ||
| 17 | + " ---------------------------------------------------------------------------- | ||
| 18 | 18 | ||
| 19 | 19 | " For version 5.x: Clear all syntax items | |
| 20 | 20 | " For version 6.x: Quit when a syntax file was already loaded | |
| Back | FazBrowse Home | New Git URL |
0 commit comments