Add feat/inline-im to README-repo.txt
[MacVim.git] / src / MacVim / README-repo.txt
blobc61fc39a2cc5e5fc7428df437ed1173ac7169016
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/inline-im`
19 :   Inline IM support (Vim draws marked text)
21 _Note:_ Branches starting with `feat/` are experimental and will be rebased
22 against master occasionally (other branches will not be rebased).
25 [gcode]:    http://code.google.com/p/macvim/