Skip to content

Instantly share code, notes, and snippets.

View glifchits's full-sized avatar

George Lifchits glifchits

View GitHub Profile
@glifchits
glifchits / vim.rb
Created September 27, 2013 20:21 — forked from mgrouchy/vim.rb
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
url 'https://vim.googlecode.com/hg/', :revision => '6c318419e331'
version '7.3.515'
def features; %w(tiny small normal big huge) end
def interp; %w(lua mzscheme perl python python3 tcl ruby) end