diff options
| author | Adam Vandenberg | 2013-02-20 08:03:33 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-20 08:04:09 -0800 |
| commit | 20e903b1728bea48ab048faef8eae0a33bb877ed (patch) | |
| tree | bc765ae929887d3729c17c48a4822cdaf242912b /Library/Formula/vim.rb | |
| parent | 6ac94ce41b10d9407bea2a70e315a5a519c85cd1 (diff) | |
| download | homebrew-20e903b1728bea48ab048faef8eae0a33bb877ed.tar.bz2 | |
vim 7.3.827
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 7d49abaf5..4385ee19c 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-822' - version '7.3.822' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-827' + version '7.3.827' head 'https://vim.googlecode.com/hg/' |
