github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

vim-ruby / vim-ruby

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 171
    • 11
  • Source
  • Commits
  • Network (11)
  • Issues (4)
  • Downloads (13)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • master ✓
    • noisy
  • Tags (13)
    • vim7.2
    • vim7.0
    • vim6.4
    • vim6.2
    • stable-20070507
    • stable-20070302
    • stable-20060711
    • stable-20051007
    • stable-20051005
    • stable-20050924
    • stable-20050915
    • snapshot-2003-10-12
    • devel-20050911
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Vim/Ruby Configuration Files — Read more

  cancel

http://vim-ruby.rubyforge.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Detect subtype from filetype=eruby.html 
tpope (author)
Tue Feb 09 17:11:10 -0800 2010
commit  49e1874d9065ce5e8ac695557123aae32d0f4fba
tree    4c1a2640813a19774893fd001d3c2c2282edae64
parent  798d6287e706fecdb0ce6693bd2a557b8ceff606
vim-ruby /
name age
history
message
file CONTRIBUTORS Tue Feb 27 22:58:58 -0800 2007 update documentation for next release [dkearns]
file ChangeLog Tue Sep 29 19:58:03 -0700 2009 updating the ChangeLog to reflect the recent pa... [segfault]
file FAQ Fri Aug 01 14:21:04 -0700 2008 Convert FAQ to UNIX line endings [tpope]
file INSTALL Tue Jul 11 02:24:53 -0700 2006 update documentation for next release [dkearns]
file NEWS Mon Jul 07 23:11:35 -0700 2008 begin updating NEWS for the pending release [dkearns]
file README Sat Aug 02 09:58:02 -0700 2008 Update README to reflect Git migration [tpope]
file Rakefile Mon Apr 24 05:57:15 -0700 2006 add vim help files, the new FAQ and rubycomplet... [dkearns]
directory autoload/ Tue Sep 29 19:58:03 -0700 2009 applying a patch from Yoshimasa Niwa resolving ... [segfault]
directory bin/ Sat Apr 15 04:14:40 -0700 2006 add Mark to the list of maintainers; add rubyco... [dkearns]
directory compiler/ Tue Dec 22 20:32:12 -0800 2009 Update Tim Pope's email [tpope]
directory doc/ Sat May 12 08:40:55 -0700 2007 Cleaned up docs [tpope]
directory etc/ Sat Aug 02 09:58:02 -0700 2008 Update README to reflect Git migration [tpope]
directory ftdetect/ Tue Dec 22 20:33:48 -0800 2009 Add more file type detection [tpope]
directory ftplugin/ Tue Feb 09 17:11:10 -0800 2010 Detect subtype from filetype=eruby.html [tpope]
directory indent/ Tue Dec 22 20:32:12 -0800 2009 Update Tim Pope's email [tpope]
directory syntax/ Tue Feb 09 17:11:10 -0800 2010 Detect subtype from filetype=eruby.html [tpope]
README
                    +-----------------------------------+
                    | vim-ruby RubyForge project README |
                    +-----------------------------------+

Summary:
  This project contains Vim configuration files for editing and compiling Ruby
  within Vim.  See the project homepage for more details.

Web links:
  Homepage: http://vim-ruby.rubyforge.org
  Project:  http://www.rubyforge.org/vim-ruby

For regular users:
  - The project page should have two tarballs for download:
     - vim-ruby-YYYY.MM.DD.tar.gz  (the current stable release)
     - vim-ruby-devel-YYYY.MM.DD.tar.gz  (cutting-edge features we'd like you
       to test)
  - Please give feedback through the bug tracking and feature request features
    of RubyForge.
  - Feel free to join discussions on the vim-ruby-devel mailing list.
    Instructions on how to join are in the project page somewhere.
  - RubyForge also features forums, but the mailing list is better.

For would-be contributors:
  - Please get the latest from Git.
  - Please join the mailing list and discuss changes, submit patches, etc.
  - Thank you very much for taking an interest.

Contents of the project:
  - The autoload, compiler, ftdetect, ftplugin, indent and syntax directories
    contain the ruby*.vim files that are to be copied to a location somewhere
    in the Vim 'runtimepath'.
  - vim-ruby-install.rb performs this copying.

How you get these files into Vim:
  - By downloading the project via a snapshot or Git, you can keep up with
    the latest, make changes, and install the files to a Vim directory.
  - By downloading one of the tarballs, you can easily install the latest
    stable or development version wherever you like on your machine.  No
    README, no vim-ruby-install.rb, just Vim files.  You would typically
    install these into either $VIM/vimfiles, for system-wide use, or $HOME/.vim
    ($HOME/vimfiles on Windows) for personal use.
  - Remember that when you install Vim in the first place, all of these files
    are present.  The purpose of downloading and installing them from
    RubyForge is to get the latest version of them.

Understanding the configuration files:
  - See http://www.rubygarden.org/Ruby/page/show/VimRubySupport
  - Email any one of us or ruby-talk if you want more information added to
    this page.

Git topics:
  - Project was migrated from CVS in August, 2008.
  - Files are tagged according to which version of Vim they are released in.
  - The project was initiated in July 2003, when the current version of Vim
    was 6.2.  Thus every file began its life tagged as vim6.2.
  - Modifications to the files are made in the expectation that they need to
    be tested by interested users.  They therefore (probably) don't have a
    tag, and are available via "git pull --rebase", or a development snapshot.
  - When a modification is considered stable, it is given a tag.
    Everything that is stable gets released in vim-ruby-YYY.MM.DD.tar.gz files.
  - When a new version of Vim is about to be released, the stable tarball is
    contributed to it.  After it has been released, the files are tagged
    accordingly.
  - MORAL OF THE STORY: modifications are committed to the head of the tree;
    when they are ready for release into userland, they are tagged "stable".

Any questions or suggestions?
  - If there's something about the project or its concepts that you don't
    understand, send an email to the project maintainer, Gavin Sinclair
    (gsinclair at gmail.com).
  - To ask about the contents of the configuration files, ask on the mailing
    list, as different people maintain the different files.  Gavin knows
    nothing about the syntax file, for instance. (Come to think of it, nor does
    Doug - djk)

Project gossip:
  - Two of the configuration file maintainers, Doug Kearns and Gavin Sinclair,
    live in Australia (Jindabyne and Sydney respectively).  Tim Hammerquist,
    the last man standing, has lived in the Reno/Lake Tahoe area of Nevada,
    USA, since the late 1970s and doesn't like to gamble; a waste, really.
  - While the individual effort to maintain these files has a long history,
    this actual project began in late July 2003.  Therefore, if you're reading
    this soon thereafter and something doesn't make sense, now is the time to
    let us know.

                           --= End of Document =--
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server