diff options
| author | Francisco Souza | 2013-04-12 17:45:40 -0300 |
|---|---|---|
| committer | Jack Nagel | 2013-04-12 18:57:35 -0500 |
| commit | 18f5284e8caa5b9c2316575262c36b5c3f8614fe (patch) | |
| tree | 4225f91ef9633700e3d034f9622a6a0113f6032a /Library/Formula/vim.rb | |
| parent | 5559ed3a152b2d8335bf13e799b7edc03055aab6 (diff) | |
| download | homebrew-18f5284e8caa5b9c2316575262c36b5c3f8614fe.tar.bz2 | |
vim 7.3.888
Closes #19164.
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 b125345aa..939552d2b 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-884' - version '7.3.884' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-888' + version '7.3.888' head 'https://vim.googlecode.com/hg/' |
