RbREPL.vim : Run a Ruby REPL in VIM.
script karma |
Rating 0/0,
Downloaded by 659 |
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. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|