diff options
| author | Julian Berman | 2013-05-20 08:12:21 -0400 |
|---|---|---|
| committer | Jack Nagel | 2013-05-20 10:09:54 -0500 |
| commit | 74210964bae860db91f7a0cd52fe69c733ce0d94 (patch) | |
| tree | de41152a98473bd23567ca7bc2f751a1c5c42947 /Library | |
| parent | 34f6f509e71e56d5c8ee28acdd4a794f7f866110 (diff) | |
| download | homebrew-74210964bae860db91f7a0cd52fe69c733ce0d94.tar.bz2 | |
Vim 7.3.976
Closes #19942.
Closes #19943.
Closes #19944.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vim.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index a47223175..495ed3c8c 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-973' - version '7.3.973' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-976' + version '7.3.976' head 'https://vim.googlecode.com/hg/' |
