Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View josepjaume's full-sized avatar

Josep Jaume Rey josepjaume

View GitHub Profile
@josepjaume
josepjaume / vim.rb
Created February 7, 2011 15:20 — forked from uasi/vim.rb
require 'formula'
class Vim <Formula
url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2'
homepage 'http://www.vim.org/'
md5 '5b9510a17074e2b37d8bb38ae09edbf2'
version '7.3.112'
def patchlevel; 112 end
def features; %w(tiny small normal big huge) end