Active & pending changed

git-svn-id: http://macvim.googlecode.com/svn/trunk@31 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-07-29 15:01:17 +00:00
parent 26a06f581f
commit cc7e1b9b11
+3 -1
View File
@@ -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)