Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 520 Bytes

README.markdown

File metadata and controls

23 lines (13 loc) · 520 Bytes

ruby_run.vim

ruby_run.vim is a simple plugin for executing a ruby buffer or a selected block of ruby code.

Default mapping are:

noremap  <silent> <C-E> :call RubyRun()<CR>
vnoremap <silent> <C-E> :call RubyRangeRun()<CR>

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/stjernstrom/vim-ruby-run.git