aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-20 15:36:31 -0700
committerAdam Vandenberg2012-10-20 15:36:48 -0700
commitc427d2424b880c28e83c14e551fff200a0424960 (patch)
tree004b240cc8e87b7645999a04da5ad9ef516dce65 /Library/Formula
parent34b37ef3a0aa4f8208d20864cc2014add30e6382 (diff)
downloadhomebrew-c427d2424b880c28e83c14e551fff200a0424960.tar.bz2
vim 7.3.693
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 3876cf712..af34c6c81 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-692'
- version '7.3.692'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-693'
+ version '7.3.693'
head 'https://vim.googlecode.com/hg/'