diff options
| author | Francisco Souza | 2013-03-07 16:04:53 -0300 |
|---|---|---|
| committer | Jack Nagel | 2013-03-07 15:40:33 -0600 |
| commit | 4c0ed5b4e7f142e2a723482bc102b7e5da5bf525 (patch) | |
| tree | 96e24f6885bc0d73c93b30ea294e2fc86776bb56 /Library/Formula/vim.rb | |
| parent | 5aff165940788269e8a74b0f7b3885d71fb8c1b4 (diff) | |
| download | homebrew-4c0ed5b4e7f142e2a723482bc102b7e5da5bf525.tar.bz2 | |
vim 7.3.854
Closes #18318.
Signed-off-by: Jack Nagel <jacknagel@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 be8a8e92a..b7af8be1d 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-843' - version '7.3.843' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-854' + version '7.3.854' head 'https://vim.googlecode.com/hg/' |
