updated for version 7.0e07
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e239ba7..0e4a90c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0e.  Last change: 2006 Apr 22
+*todo.txt*      For Vim version 7.0e.  Last change: 2006 Apr 23
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,6 +30,13 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
+Omit errors for slicing?
+
+When there is only one match and "longest" used then CTRL-X CTRL-N shows
+original match instead of longest. (Nicolas Schodet)
+
+Line completion on "/**" gives error messages. (Nicolas Schodet)
+
 Crash in "z=" when the change triggers checking out the file, FileChangedRO
 event.  Problem in move_lines()?  FileChangedShell also involved? (Neil Bird)
 Added a few checks for valid buffer, did that help?