sponsor Vim development Vim logo Vim Book Ad

RbREPL.vim : Run a Ruby REPL in VIM.

 script karma  Rating 0/0, Downloaded by 787  Comments, bugs, improvements  Vim wiki

created by
Bogdan Popa
 
script type
utility
 
description
# RbREPL.vim

RbREPL.vim is a VIM plugin that allows you to run a Ruby interactive
interpreter inside a VIM buffer.

# Preview

Screenshot: http://farm7.static.flickr.com/6029/5926293207_eec79bce06_z.jpg
Video: http://www.youtube.com/watch?v=kzZD7FeKfcQ

# Warning

*Multiline statements <del>don't yet</del> sort-of work.*

This plugin is in its early stages and I'm very new to Ruby programming.
It _probably_ won't do anything harmful to your computer, but it might,
at times, not work as expected.

# Usage

Start the REPL using `<leader>R` or `:RbREPLToggle<CR>`. Type away. To
stop the REPL run either of those commands again. This will not close
the buffer.

It's possible to evaluate a file you're working on inside the REPL by
running the command `:RbREPLEvalFile<CR>` on a Ruby file.
 
install details
Use `pathogen` and clone this repository into your `bundle` directory.
 

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
rbrepl.vim 0.0.9 2012-05-04 7.0 Bogdan Popa Initial upload
ip used for rating: 216.73.216.147

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github