diff options
| author | Francisco Souza | 2013-05-12 09:34:55 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-12 09:17:20 -0700 |
| commit | 3733efaf6edaaa496d0f635ffd6c1a456eac4879 (patch) | |
| tree | a9345cb1ba2fbbc69267972198fa317a7667a56d /Library/Formula/vim.rb | |
| parent | 59474fcba349cf6410b333869b5e0f19611d720e (diff) | |
| download | homebrew-3733efaf6edaaa496d0f635ffd6c1a456eac4879.tar.bz2 | |
vim 7.3.936
Closes #19750.
Signed-off-by: Adam Vandenberg <flangy@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 a84cda7ef..72722b3f0 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-931' - version '7.3.931' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-936' + version '7.3.936' head 'https://vim.googlecode.com/hg/' |
