aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorChongyu Zhu2013-02-27 18:28:08 +0800
committerAdam Vandenberg2013-02-27 07:10:35 -0800
commit281542a271e5c8b5bb61de8f170dffc2606cfbcd (patch)
tree98c2bd9b6c968f6c13a3b6d3a39f001c56b77a5e /Library/Formula/vim.rb
parentf52f9191ba5c352279c87853ad4e86b4cd55b344 (diff)
downloadhomebrew-281542a271e5c8b5bb61de8f170dffc2606cfbcd.tar.bz2
vim 7.3.843
Closes #18109. Signed-off-by: Adam Vandenberg <flangy@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 8c4e33250..be8a8e92a 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-837'
- version '7.3.837'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-843'
+ version '7.3.843'
head 'https://vim.googlecode.com/hg/'