aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFrancisco Souza2013-01-18 09:28:07 -0200
committerAdam Vandenberg2013-01-18 08:40:18 -0800
commit3023fa5471ba24827de4441969d57a290b897b1a (patch)
treefd341a8609bddceebe51519be65e00cbfe9d8585 /Library/Formula
parentaf76f5de686be0a20618022d456e913c1b06f7a4 (diff)
downloadhomebrew-3023fa5471ba24827de4441969d57a290b897b1a.tar.bz2
vim 7.3.772
Closes #17167. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 27e53a544..022bbf93e 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-766'
- version '7.3.766'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-772'
+ version '7.3.772'
head 'https://vim.googlecode.com/hg/'