public
Description: quick look up the Ruby reference manual from Vim.
Homepage: http://deadbeaf.org/
Clone URL: git://github.com/mootoh/refe2-vim.git
refe2-vim / README
100644 23 lines (16 sloc) 0.638 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.