vim 7.3.798

Closes Homebrew/homebrew#17497.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Francisco Souza 2013-02-01 09:46:13 -02:00 committed by Adam Vandenberg
parent 968ebee1ce
commit 9d0d5a1070
1 changed files with 2 additions and 2 deletions

View File

@ -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-791'
version '7.3.791'
url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-798'
version '7.3.798'
head 'https://vim.googlecode.com/hg/'