Skip to content

Instantly share code, notes, and snippets.

@jeidsath
jeidsath / vim.rb
Last active December 15, 2015 10:48 — forked from mgrouchy/vim.rb
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
url 'https://vim.googlecode.com/hg/', :revision => 'acf7368a2acc'
version '7.3.515'
def features; %w(tiny small normal big huge) end
def interp; %w(lua mzscheme perl python python3 tcl ruby) end