Add Vimball (vba) as supported filetype
[MacVim.git] / src / MacVim / README-repo.txt
blob0a5522a858a48e8ca53431a2b26c161dd25ebed1
1 MacVim is a port of the text editor Vim to Mac OS X.  More information can be
2 found on the [project webpage][gcode].  The file `src/MacVim/README` gives an
3 overview of the MacVim source code.
6 ### Branches ###
8 `master`
9 :   MacVim and core Vim sources
10 `vim`
11 :   Core Vim sources pulled from the SVN repository with the latest runtime
12 :   files from the Vim FTP included
13 `stable`
14 :   Used to build the Stable binary distribution
15 `feat/core-text`
16 :   Core Text renderer (fast with improved Unicode rendering, but has some
17 :   display issues)
18 `feat/input`
19 :   Refactored input code (improved input manager support, e.g. Kotoeri
20 :   shortcuts like Ctrl-Shift-j work, etc.)
22 _Note:_ Branches starting with `feat/` are experimental and will be rebased
23 against master occasionally (other branches will not be rebased).
26 [gcode]:    http://code.google.com/p/macvim/