From 58dba4a6981cce85bf191c1c2c541e63508e6a48 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Fri, 12 Apr 2013 17:45:40 -0300 Subject: [PATCH] vim 7.3.888 Closes Homebrew/homebrew#19164. Signed-off-by: Jack Nagel --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index b125345aa49..939552d2be2 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -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-884' - version '7.3.884' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-888' + version '7.3.888' head 'https://vim.googlecode.com/hg/'