Vim 7.3.973

Closes Homebrew/homebrew#19934.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Julian Berman 2013-05-19 21:46:45 -04:00 committed by Jack Nagel
parent a4db3fbf67
commit 6a12ffa7ef

View file

@ -4,8 +4,8 @@ class Vim < Formula
homepage 'http://www.vim.org/' homepage 'http://www.vim.org/'
# Get stable versions from hg repo instead of downloading an increasing # Get stable versions from hg repo instead of downloading an increasing
# number of separate patches. # number of separate patches.
url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-972' url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-973'
version '7.3.972' version '7.3.973'
head 'https://vim.googlecode.com/hg/' head 'https://vim.googlecode.com/hg/'