diff options
| author | Jack Nagel | 2012-12-08 15:27:42 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-08 15:27:42 -0600 |
| commit | b44d3f31a0afe5f0d60470f50a50247817d45574 (patch) | |
| tree | 183458619b970c54db27eef3c35ed24131681474 /Library/Formula | |
| parent | dc9778badc9d3f2ec5fd3a4d17b016546c79b7d3 (diff) | |
| download | homebrew-b44d3f31a0afe5f0d60470f50a50247817d45574.tar.bz2 | |
vim 7.3.754
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 fc13635fc..082495bac 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-744' - version '7.3.744' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-754' + version '7.3.754' head 'https://vim.googlecode.com/hg/' |
