diff options
| author | Francisco Souza | 2013-05-15 10:27:57 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-15 08:49:25 -0700 |
| commit | 38c2da6a6d281c7e027bc5c8f9c7d0704888620b (patch) | |
| tree | a420e07e1c4391f31fe39f74ba16fd42ba9782c3 /Library/Formula | |
| parent | 1f681d9953f1de32c87eb35fd81446e1b43edcbe (diff) | |
| download | homebrew-38c2da6a6d281c7e027bc5c8f9c7d0704888620b.tar.bz2 | |
vim 7.3.955
Closes #19837.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 062a04631..44233b77e 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-944' - version '7.3.944' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-955' + version '7.3.955' head 'https://vim.googlecode.com/hg/' |
