From 936863de9867016d8d2abd84cb95d2c35f0e943f Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 9 Aug 2009 02:20:42 +0200 Subject: [PATCH] Add feat/inline-im to README-repo.txt --- src/MacVim/README-repo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MacVim/README-repo.txt b/src/MacVim/README-repo.txt index 94218ab6e6..c61fc39a2c 100644 --- a/src/MacVim/README-repo.txt +++ b/src/MacVim/README-repo.txt @@ -15,6 +15,8 @@ overview of the MacVim source code. `feat/core-text` : Core Text renderer (fast with improved Unicode rendering, but has some : display issues) +`feat/inline-im` +: Inline IM support (Vim draws marked text) _Note:_ Branches starting with `feat/` are experimental and will be rebased against master occasionally (other branches will not be rebased).