diff options
| author | Francisco Souza | 2013-04-06 23:43:32 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-06 21:11:48 -0700 |
| commit | 8101ebfb6e86b66f86c6c6482f28f02dd00e656b (patch) | |
| tree | 58a914150421d36caeb5b511f6da7da4dc9f51d6 /Library/Formula | |
| parent | 92424d5b66f4c936e344f35d7d4e35b4d732caa2 (diff) | |
| download | homebrew-8101ebfb6e86b66f86c6c6482f28f02dd00e656b.tar.bz2 | |
vim 7.3.884
Closes #19019.
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 90b08a812..b125345aa 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-882' - version '7.3.882' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-884' + version '7.3.884' head 'https://vim.googlecode.com/hg/' |
