public
Description: quick look up the Ruby reference manual from Vim.
Homepage: http://deadbeaf.org/
Clone URL: git://github.com/mootoh/refe2-vim.git
name age message
file README Sat Jun 14 20:23:31 -0700 2008 add a bitclust patch. [mootoh]
file bitclust.patch Sat Jun 14 20:23:31 -0700 2008 add a bitclust patch. [mootoh]
file refe2.vim Sat Jun 14 20:23:31 -0700 2008 add a bitclust patch. [mootoh]
README
quick lookup the Ruby reference manual.

== REQUIREMENT ==
- Ruby Reference Manual (http://doc.loveruby.net/)
- Vim is compiled with Ruby (configured with --enable-rubyinterp)

== INSTALL ==
1. prepare the reference manual:

  - download a copy of reference manual package.
  - apply bitclust.patch in the top directory of unpacked manual:
      % cd ruby-refm-1.9.0-dynamic
      % patch -p0 < /tmp/refe2-vim/bitclust.patch
 
2. edit refe2.vim to set the bitclust path.
3. copy refe2.vim into ~/.vim/ftplugin/ruby/ directory.

== USAGE==
In editting a Ruby file, press "K" on the word to lookup its reference manual.

== LICENSE ==
MIT.