diff options
| author | Jack Nagel | 2013-03-16 16:35:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-16 16:35:31 -0500 |
| commit | 9a069ed14f994dd0f39ac2b39e8a7066e9ad3654 (patch) | |
| tree | ec08da666d1ed3e4afca0f6eec49d75b6a9bda7b /Library/Formula | |
| parent | 59c0b3f916c9a2bd141bc4a79199fa720c88f04f (diff) | |
| download | homebrew-9a069ed14f994dd0f39ac2b39e8a7066e9ad3654.tar.bz2 | |
vim 7.3.865
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 d448788f9..4af89b04d 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-863' - version '7.3.863' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-865' + version '7.3.865' head 'https://vim.googlecode.com/hg/' |
