From 5fcab5e83dcb5cbf6038b143b14a45d5969a01a1 Mon Sep 17 00:00:00 2001 From: "bjorn.winckler" Date: Sun, 2 Sep 2007 18:00:44 +0000 Subject: [PATCH] git-svn-id: http://macvim.googlecode.com/svn/trunk@229 96c4425d-ca35-0410-94e5-3396d5c13a8f --- README | 1 + TODO | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index d2598b7b..17334b8c 100644 --- a/README +++ b/README @@ -185,3 +185,4 @@ Features (!supp indicates that a feature is not supported): - Encodings: !supp (enc, tenc always set to utf-8) - Autosave window position - Smart cascading of new windows +- Partial client/server support diff --git a/TODO b/TODO index 13eaea5f..3a9b4fae 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,6 @@ Active: - Listen to NSSystemColorsDidChangeNotification and update highlighting -- System colors don't come out the same as in other apps (as measure with - Digital Color Meter) - Add support for 'mousehide' (needs to check p_mh) - Build Vim (make) from Xcode project - Cmd-W in about box sends vimMenuAction: instead of performClose: @@ -56,6 +54,8 @@ Active: Pending: +- System colors don't come out the same as in other apps (as measure with + Digital Color Meter) - Select-mode for - Insertion point blinking - Hollow insertion point drawing does not always work -- 2.11.4.GIT