diff options
| author | Adam Vandenberg | 2013-02-17 11:16:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-17 11:16:30 -0800 |
| commit | 5bbedf725a59365eaed164eec307a519fd3f4698 (patch) | |
| tree | e549a63546334cdc4b1745d2304ff353e0442de8 /Library/Formula | |
| parent | 2fcc847f148fc38272247bb60d6f75730db7df37 (diff) | |
| download | homebrew-5bbedf725a59365eaed164eec307a519fd3f4698.tar.bz2 | |
vim 7.3.822
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 f0d5d107d..7d49abaf5 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-820' - version '7.3.820' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-822' + version '7.3.822' head 'https://vim.googlecode.com/hg/' |
