reinh / vim-makegreen

MakeGreen runs make and shows a red or green message bar for success/failure. Speeds the red-green-refactor cycle!

Home Page:http://reinh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-MakeGreen

makegreen.vim is a vim (http://www.vim.org) plugin that runs make and shows the test run status with a red or green bar.

Installation

Copy all files to your ~/.vim directory or use Tim Pope's excellent pathogen plugin (http://github.com/tpope/vim-pathogen).

Usage

:MakeGreen % will run make for the current file and show its status with a red or green message bar.

example:

$ cd <your rails/merb root>
$ vim test/unit/user_test.rb

:compiler rubyunit
:MakeGreen %

See the full documentation for more.

About

MakeGreen runs make and shows a red or green message bar for success/failure. Speeds the red-green-refactor cycle!

http://reinh.com


Languages

Language:Vim Script 100.0%