mootoh / refe2-vim
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Sat Jun 14 20:23:31 -0700 2008 | |
| |
bitclust.patch | Sat Jun 14 20:23:31 -0700 2008 | |
| |
refe2.vim | Sat Jun 14 20:23:31 -0700 2008 |
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.
