From cc7e1b9b116da9efd74b82d89e41ca14aa714cbb Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 29 Jul 2007 15:01:17 +0000 Subject: [PATCH] Active & pending changed git-svn-id: http://macvim.googlecode.com/svn/trunk@31 96c4425d-ca35-0410-94e5-3396d5c13a8f --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1eb387673c..6a7084c1c6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ Active: -- :colorscheme elflord, :set lines+=3 --> colors are not updated properly +- add user default for min/max tab size +- should ignore action message if is called too often (e.g. in addNewTab:) - proper font handling - font selection dialog (:set gfn=*) - check for memory leaks @@ -55,6 +56,7 @@ Active: Pending: +- :colorscheme elflord, :set lines+=3 --> colors are not updated properly - use DO to communicate between GUI and Vim (only for two-way communication, one-way communication should still use mach ports)