Skip to content

Instantly share code, notes, and snippets.

@muhang
muhang / vim.rb
Last active August 29, 2015 14:21 — forked from mgrouchy/vim.rb
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
url 'https://vim.googlecode.com/hg/', :revision => 'ca3db36a6ed8'
version '7.4.553'
def features; %w(tiny small normal big huge) end
def interp; %w(lua mzscheme perl python python3 tcl ruby) end