From 7ec523f4a8717ca2c308b5bd7c2933a5e6d38635 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 9 Jan 2011 13:56:19 +0100 Subject: [PATCH] Delete obsolete README-repo.txt --- src/MacVim/README-repo.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/MacVim/README-repo.txt diff --git a/src/MacVim/README-repo.txt b/src/MacVim/README-repo.txt deleted file mode 100644 index 89f47ac66b..0000000000 --- a/src/MacVim/README-repo.txt +++ /dev/null @@ -1,20 +0,0 @@ -MacVim is a port of the text editor Vim to Mac OS X. More information can be -found on the [project webpage][gcode]. The file `src/MacVim/README` gives an -overview of the MacVim source code. - - -### Branches ### - -`master` -: MacVim and core Vim sources -`vim` -: Core Vim sources pulled from the SVN repository with the latest runtime -: files from the Vim FTP included -`stable` -: Used to build the Stable binary distribution - -_Note:_ Branches starting with `feat/` are experimental and will be rebased -against master occasionally (other branches will not be rebased). - - -[gcode]: http://code.google.com/p/macvim/