Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Bogdanp/rbrepl.vim

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published