diff options
| author | Francisco Souza | 2013-02-06 11:08:02 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-06 07:06:21 -0800 |
| commit | c506572b1ca240227215c3b468524ed4a7ac471c (patch) | |
| tree | c255f545a72003a46a208ad88e31009a7f566885 /Library/Formula/vim.rb | |
| parent | dd11321f44a9df3bc2d6da5d955659b56e34291b (diff) | |
| download | homebrew-c506572b1ca240227215c3b468524ed4a7ac471c.tar.bz2 | |
vim 7.3.801
Closes #17629.
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 a74b1a235..933eb920f 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-798' - version '7.3.798' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-801' + version '7.3.801' head 'https://vim.googlecode.com/hg/' |
