vim 7.3.875

Closes Homebrew/homebrew#18674.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Francisco Souza 2013-03-22 23:36:21 -03:00 committed by Jack Nagel
parent 5f1822bdc1
commit f43a6010db
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-874'
version '7.3.874'
url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-875'
version '7.3.875'
head 'https://vim.googlecode.com/hg/'