diff runtime/doc/todo.txt @ 734:5220ea46cb9a

updated for version 7.0221
author vimboss
date Sat, 11 Mar 2006 21:35:11 +0000
parents 0a9371c70540
children 8fa930354536
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Mar 10
+*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Mar 11
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,11 +30,6 @@ be worked on, but only if you sponsor Vi
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
---remote-tab to open file in new tab in existing Vim server?
---remote-tab-silent
---remote-tab-wait
---remote-tab-wait-silent
-
 Win32: Describe how to do debugging. (George Reilly)
 
 Mac unicode patch (Da Woon Jung):
@@ -53,17 +48,6 @@ 8   Add patch from Muraoka Taro (Mar 16)
 
 CONSIDERED FOR VERSION 7.0:
 
-Omni completion:
-    ccomplete:
-    - For C add tag "kind" field to each match?
-    - When a typedef or struct is local to a file only use it in that file?
-
-    UI:
-    - Show "info" from a match in preview window (with an option or by opening
-      a preview window with a specific name).
-      Or use one window for matches, another for context/info (Doug Kearns,
-      2005 Sep 13)
-
 -   UNDO TREE: keep all states of the text, don't delete undo info.
     When making a change, instead of clearing any future undo (thus redo)
     info, make a new branch.