diff options
| author | Francisco Souza | 2013-05-06 09:53:12 -0300 |
|---|---|---|
| committer | Jack Nagel | 2013-05-06 09:56:58 -0500 |
| commit | 5ef6d5338891539d5ce040cb41865921390eb332 (patch) | |
| tree | f75c70b0f014b7b4ba956758b1809b96ef0e06db /Library/Formula | |
| parent | d7f59517de3ceef7e58a9513febe8a17783298f2 (diff) | |
| download | homebrew-5ef6d5338891539d5ce040cb41865921390eb332.tar.bz2 | |
vim 7.3.929
Closes #19629.
Signed-off-by: Jack Nagel <jacknagel@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 16a029f4f..377697b90 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-923' - version '7.3.923' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-929' + version '7.3.929' head 'https://vim.googlecode.com/hg/' |
