diff options
| author | Francisco Souza | 2013-01-23 14:38:36 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 08:51:56 -0800 |
| commit | 4c098f91b7bc0171b607bf51e77fb4111a65b48c (patch) | |
| tree | 1a55e3f653457a4dc9eee9320c561c85075a85fd | |
| parent | 4bb5bcad94722e452bec628f5ae078f4435b1e3d (diff) | |
| download | homebrew-4c098f91b7bc0171b607bf51e77fb4111a65b48c.tar.bz2 | |
vim 7.3.780
Closes #17269.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 022bbf93e..a5cc7afae 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-772' - version '7.3.772' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-780' + version '7.3.780' head 'https://vim.googlecode.com/hg/' |
