diff options
| author | Teo Ljungberg | 2012-11-25 16:06:27 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 08:06:38 -0800 |
| commit | 578621f66a2f4f66e03b03b6254553594b325aaa (patch) | |
| tree | af93bc8ec9d4f82810635742f027fbad77e1aa46 /Library/Formula | |
| parent | 75e0d307368377eb51e473a38c9598c4b19c691b (diff) | |
| download | homebrew-578621f66a2f4f66e03b03b6254553594b325aaa.tar.bz2 | |
vim 7.3-729
Closes #16223.
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 45f64332c..c71c7eb90 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-725' - version '7.3.725' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-729' + version '7.3.729' head 'https://vim.googlecode.com/hg/' |
