aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorFrancisco Souza2012-12-12 22:19:16 -0200
committerJack Nagel2012-12-12 19:08:21 -0600
commitd8dd281631784cc76702ed6546ae96010df07095 (patch)
tree80015205b571ff6fa33813f7ccee309a411d04a4 /Library/Formula/vim.rb
parent7276770a6ec775d38f8840f3bdcf0a3dfedc08a5 (diff)
downloadhomebrew-d8dd281631784cc76702ed6546ae96010df07095.tar.bz2
vim 7.3.761
Closes #16542. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb4
1 files changed, 2 insertions, 2 deletions
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/'