Skip to content

Commit

Permalink
Use joelcogen/macvim to upgrade MacVim version, adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Cogen committed Oct 22, 2013
1 parent 525d3f1 commit 84517ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
16 changes: 13 additions & 3 deletions README.md
@@ -1,13 +1,23 @@
# homebrew-macvim-split-browser
# Homebrew macvim-split-browser

This tap hosts the formula for [**MacVim with file browser**](https://github.com/rcarmo/macvim)
This tap hosts the [Homebrew](http://brew.sh/) formula for [**MacVim with file browser**](https://github.com/joelcogen/macvim).

![screenshot](http://f.cl.ly/items/1T2D0W0n1o0j2F403Q1U/Screen%20Shot%202013-10-22%20at%2013.19.26.png)

Based on [alloy/macvim](https://github.com/alloy/macvim) and
[rcarmo/macvim](https://github.com/rcarmo/macvim), depending on their
evolution.

MacVim version: 7.4 (71)

## Install

```
$ brew tap joelcogen/macvimsplitbrowser
$ brew install macvim-split-browser
```

If you already installed MacVim using brew, remove it first
If you already installed MacVim using brew, remove it first:

```
$ brew uninstall macvim
Expand Down
10 changes: 5 additions & 5 deletions macvim-split-browser.rb
@@ -1,12 +1,12 @@
require 'formula'

class MacvimSplitBrowser < Formula
homepage 'https://github.com/rcarmo/macvim'
url 'https://github.com/rcarmo/macvim/tarball/06840b4cc44c20375852c8814703d0d45d5db68c'
version '20130819'
sha1 '45aa797c7e9992c7000fc49bcb58c10e95d652ae'
homepage 'https://github.com/joelcogen/homebrew-macvimsplitbrowser'
url 'https://github.com/joelcogen/macvim/tarball/44c9b9dfc0e0ec35a19e0f8c352912200a1599bc'
version '20131022'
sha1 'a00538381f24ead04b6bf0d79fa12fe6e3cc8d16'

head 'https://github.com/rcarmo/macvim.git', :branch => 'split-browser'
head 'https://github.com/joelcogen/macvim.git', :branch => 'split-browser'

def options
[
Expand Down

0 comments on commit 84517ac

Please sign in to comment.