diff options
| author | Teo Ljungberg | 2012-11-30 13:52:25 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-11-30 07:02:32 -0800 | 
| commit | 320debe52eb0f95680a20c131f0df66cf6bac1b0 (patch) | |
| tree | abcf90a432ed2a3d309764cd2c4f19df81e1b6d9 | |
| parent | 14822b8ca8272a8695a15d5333ba2ab8273006de (diff) | |
| download | homebrew-320debe52eb0f95680a20c131f0df66cf6bac1b0.tar.bz2 | |
vim 7.3.744
Closes #16321.
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 c71c7eb90..fc13635fc 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-729' -  version '7.3.729' +  url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-744' +  version '7.3.744'    head 'https://vim.googlecode.com/hg/'  | 
