vim 7.3.820

Closes Homebrew/homebrew#17846.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Chongyu Zhu 2013-02-15 05:27:51 +08:00 committed by Jack Nagel
parent 85091a5ca8
commit 0dcf2cba4b
1 changed files with 2 additions and 2 deletions

View File

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