From f73feb1338f7caadf7cb23891c4f74eaeb426831 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Thu, 21 Feb 2013 07:12:38 +0800 Subject: [PATCH] vim 7.3.831 Closes Homebrew/homebrew#17982. 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 4385ee19cd..ab08a2fdf8 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-827' - version '7.3.827' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-831' + version '7.3.831' head 'https://vim.googlecode.com/hg/'