diff options
| author | Francisco Souza | 2013-02-06 20:44:38 -0200 |
|---|---|---|
| committer | Jack Nagel | 2013-02-06 19:44:21 -0600 |
| commit | a3e32812f4273c45065664fe3bb2bbf9c82aa5f7 (patch) | |
| tree | 995b4753c2e0b303d01c79a441126497d5f7c7cd /Library/Formula/vim.rb | |
| parent | 4adc97452ed56e44cf968900a5965699ff90d390 (diff) | |
| download | homebrew-a3e32812f4273c45065664fe3bb2bbf9c82aa5f7.tar.bz2 | |
vim 7.3.806
Closes #17644.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/vim.rb')
| -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 933eb920f..73cfab0d1 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-801' - version '7.3.801' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-806' + version '7.3.806' head 'https://vim.googlecode.com/hg/' |
