From 5ef6d5338891539d5ce040cb41865921390eb332 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 6 May 2013 09:53:12 -0300 Subject: vim 7.3.929 Closes #19629. Signed-off-by: Jack Nagel --- Library/Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 16a029f4f..377697b90 100644 --- a/Library/Formula/vim.rb +++ b/Library/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-923' - version '7.3.923' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-929' + version '7.3.929' head 'https://vim.googlecode.com/hg/' -- cgit v1.2.3