From d8dd281631784cc76702ed6546ae96010df07095 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Wed, 12 Dec 2012 22:19:16 -0200 Subject: vim 7.3.761 Closes #16542. 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 082495bac..ffb8ba013 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-754' - version '7.3.754' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-761' + version '7.3.761' head 'https://vim.googlecode.com/hg/' -- cgit v1.2.3