This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1ede665d02c448c0e90e2661e0406fb88c2de174
tree 62df0491ec659084dd1b35344e517822bff816c6
parent cafdc8e0090a8c4f77e6484105b5f5e583874638
tree 62df0491ec659084dd1b35344e517822bff816c6
parent cafdc8e0090a8c4f77e6484105b5f5e583874638
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
bitclust.patch | ||
| |
refe2.vim |
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.








