aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorJack Nagel2012-10-21 17:54:15 -0500
committerJack Nagel2012-10-21 17:54:15 -0500
commit48c616e67b335c74b7c959548aa5d6976ecbd094 (patch)
tree28c728ee27f0320b327b9794b7d1c32faff1626e /Library/Formula/vim.rb
parente181a3a4dd74984a9cca66a1443e1c2dfca9a9a4 (diff)
downloadhomebrew-48c616e67b335c74b7c959548aa5d6976ecbd094.tar.bz2
vim 7.3.709
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 c3904b849..d5926bba6 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-693'
- version '7.3.693'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-709'
+ version '7.3.709'
head 'https://vim.googlecode.com/hg/'