diff options
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 126aeee23..3ef0178e5 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -6,6 +6,7 @@ class Macvim < Formula    url 'https://github.com/b4winckler/macvim/archive/snapshot-73.tar.gz'    version '7.4-73'    sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0' +  revision 1    head 'https://github.com/b4winckler/macvim.git', :branch => 'master' | 
