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

retab the header sections · optionalg/vim-ruby@f58baf6 · GitHub

Commit f58baf6

Browse files
committed
retab the header sections
1 parent f7f4f82 commit f58baf6

5 files changed

Lines changed: 35 additions & 29 deletions

File tree

‎ChangeLog‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
17
2003-08-18 Doug Kearns <djkea2@mugca.its.monash.edu.au>
28

39
* syntax/ruby.vim: allow for, while and until loop bodies to contain

‎compiler/ruby.vim‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
" Vim compiler file
22
" 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:
1010
" This program is distributed in the hope that it will be useful,
1111
" but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
" GNU General Public License for more details.
14-
" ----------------------------------------------------------------------------
14+
" ----------------------------------------------------------------------------
1515
"
1616
" Changelog:
1717
" 0.2: script saves and restores 'cpoptions' value to prevent problems with
@@ -32,7 +32,7 @@
3232
" This is my first experience with 'errorformat' and compiler plugins and
3333
" I welcome any input from more experienced (or clearer-thinking)
3434
" individuals.
35-
" ----------------------------------------------------------------------------
35+
" ----------------------------------------------------------------------------
3636

3737
if exists("current_compiler")
3838
finish

‎ftplugin/ruby.vim‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
" Vim filetype plugin
22
" Language: Ruby
33
" 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:
99
" This program is distributed in the hope that it will be useful,
1010
" but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
" GNU General Public License for more details.
13-
" ----------------------------------------------------------------------------
13+
" ----------------------------------------------------------------------------
1414

1515
" Only do this when not done yet for this buffer
1616
if (exists("b:did_ftplugin"))

‎indent/ruby.vim‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
" Vim indent file
22
" Language: Ruby
33
" 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:
1010
" This program is distributed in the hope that it will be useful,
1111
" but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
" GNU General Public License for more details.
14-
" ----------------------------------------------------------------------------
14+
" ----------------------------------------------------------------------------
1515

1616
" Only load this indent file when no other was loaded.
1717
if exists("b:did_indent")

‎syntax/ruby.vim‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
" Vim syntax file
22
" Language: Ruby
33
" 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:
99
" This program is distributed in the hope that it will be useful,
1010
" but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
" GNU General Public License for more details.
13-
" ----------------------------------------------------------------------------
13+
" ----------------------------------------------------------------------------
1414
"
1515
" Previous Maintainer: Mirko Nasato
1616
" Thanks to perl.vim authors, and to Reimer Behrends. :-) (MN)
17-
" ----------------------------------------------------------------------------
17+
" ----------------------------------------------------------------------------
1818

1919
" For version 5.x: Clear all syntax items
2020
" For version 6.x: Quit when a syntax file was already loaded

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL