All Projects → Bogdanp → rbrepl.vim

Bogdanp / rbrepl.vim

Licence: other
VIM plugin that allows you to run a Ruby REPL inside a VIM buffer.

Programming Languages

Vim Script
2826 projects

RbREPL.vim

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

Preview

Screenshot:

Version 0.0.7

Video.

Warning

Multiline statements don't yet 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.

Installation

Use pathogen and clone this repository into your bundle directory.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].