diff options
| author | Francisco Souza | 2013-04-14 12:09:27 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-14 09:33:24 -0700 |
| commit | d7deac98db91b32cd6636f4aac597a1a318a3553 (patch) | |
| tree | bce9adb116b385205b225fb42c4237e6d3e2e22c /Library | |
| parent | 638f0e9319c51a219727234350c55446cd7d8ebd (diff) | |
| download | homebrew-d7deac98db91b32cd6636f4aac597a1a318a3553.tar.bz2 | |
vim 7.3.891
Closes #19188.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 939552d2b..d05d47ad7 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-888' - version '7.3.888' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-891' + version '7.3.891' head 'https://vim.googlecode.com/hg/' |
