sponsor Vim development Vim logo Vim Book Ad

PA_ruby_ri : Plugin for getting `ri` documentation while you working with your ruby-like file

 script karma  Rating 27/8, Downloaded by 771  Comments, bugs, improvements  Vim wiki

created by
Andrij Pukalskyy
 
script type
utility
 
description
So, you are working with any ruby-like document(.rb, .rhtml, .rjs, etc) and need get to know some information regarding any ruby entity.
In normal mode, put cursor on the word and press ,ri buttons. The ruby ri documentation will appear in command screen.
Or, in visual mode, select needed word and press ,ri buttons. The ruby ri documentation will appear in command screen.
That's all.
 
install details
To install:
  - Download the PA_ruby_ri.zip.
  - Extract the zip archive into your runtime directory. The archive contains plugin/PA_ruby_ri.vim, and doc/PA_ruby_ri.txt.
  - Start Vim or goto an existing instance of Vim.
  - Execute the following command:

      :helptag <your runtime directory/doc>

    This will generate all the help tags for any file located in the doc directory.

This plugin is only available if 'compatible' is not set and your operating system has installed ruby `ri` program.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
PA_ruby_ri.zip 0.0.1 2009-07-06 7.0 Andrij Pukalskyy Initial upload
ip used for rating: 3.137.192.3

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github