aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorJack Nagel2012-11-14 14:59:52 -0600
committerJack Nagel2012-11-14 14:59:52 -0600
commit12a2c9e137c53527d301d5f10eca5fb0b2c98942 (patch)
treeca57db633bb5e720213991602eb00ac1e567cb32 /Library/Formula/vim.rb
parent7110e9bfcf5c5411700d2d8b1f4ab74fede779e3 (diff)
downloadhomebrew-12a2c9e137c53527d301d5f10eca5fb0b2c98942.tar.bz2
vim 7.3.714
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 02b55fd5a..2b4f1aeff 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-712'
- version '7.3.712'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-714'
+ version '7.3.714'
head 'https://vim.googlecode.com/hg/'