Vim 7.3.973
Closes Homebrew/homebrew#19934. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a4db3fbf67
commit
6a12ffa7ef
1 changed files with 2 additions and 2 deletions
|
@ -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-972'
|
||||
version '7.3.972'
|
||||
url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-973'
|
||||
version '7.3.973'
|
||||
|
||||
head 'https://vim.googlecode.com/hg/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue