diff options
| author | Francisco Souza | 2013-02-01 09:46:13 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-01 09:00:20 -0800 |
| commit | a38216b8b4f7639da5f66300f6a6a4c366e2d777 (patch) | |
| tree | 8bbe2a63a5003ebc3671c8c39d52c883cff918af /Library/Formula/vim.rb | |
| parent | 15b00d9f7ad559e1d806f1bea5c2ad7975238933 (diff) | |
| download | homebrew-a38216b8b4f7639da5f66300f6a6a4c366e2d777.tar.bz2 | |
vim 7.3.798
Closes #17497.
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 db3cf0f6f..a74b1a235 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-791' - version '7.3.791' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-798' + version '7.3.798' head 'https://vim.googlecode.com/hg/' |
