diff options
| author | Chongyu Zhu | 2013-02-27 18:28:08 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-27 07:10:35 -0800 |
| commit | 281542a271e5c8b5bb61de8f170dffc2606cfbcd (patch) | |
| tree | 98c2bd9b6c968f6c13a3b6d3a39f001c56b77a5e /Library/Formula | |
| parent | f52f9191ba5c352279c87853ad4e86b4cd55b344 (diff) | |
| download | homebrew-281542a271e5c8b5bb61de8f170dffc2606cfbcd.tar.bz2 | |
vim 7.3.843
Closes #18109.
Signed-off-by: Adam Vandenberg <flangy@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 8c4e33250..be8a8e92a 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-837' - version '7.3.837' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-843' + version '7.3.843' head 'https://vim.googlecode.com/hg/' |
