diff options
| author | Francisco Souza | 2013-04-05 16:47:22 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-05 15:09:06 -0700 |
| commit | ba5db2e68c3b2d5e45c2889651c8bb5f7e371ba9 (patch) | |
| tree | 81ef3f898117a9da494bf4b7ceafa07ae02cd92b /Library/Formula | |
| parent | 3b05eb1482399d43e8059e53b2d277b43178f60a (diff) | |
| download | homebrew-ba5db2e68c3b2d5e45c2889651c8bb5f7e371ba9.tar.bz2 | |
vim 7.3.882
Closes #18996.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 4f834bfa8..90b08a812 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-875' - version '7.3.875' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-882' + version '7.3.882' head 'https://vim.googlecode.com/hg/' |
