updated for version 7.0229
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 0ec9b3f..6d2c860 100644
--- 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 18
+*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,7 +30,11 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
-'cindent' isn't remove when Esc is typed.
+'errorformat': Add a flag %? to check for a match with the next item first.
+Helps for continuation lines that may contain just about anything, e.g. an
+error message.
+ error 99 in file foo.c line 1234:
+ something is wrong here
Gnome GUI: lots of error messages during startup. These go away when not
using the notebook for tab labels. Still similar error messages when moving
@@ -51,7 +55,7 @@
For GTK Neil Bird has a patch to use Vim like a widget.
Ctags still hasn't included the patch. Darren is looking for someone to do
-maintanance. Is there another solution?
+maintenance. Is there another solution?
HTML indenting can be slow, find out why.
Add a function to get the current time in usec. reltime([start, [end]])
@@ -63,11 +67,6 @@
- :profile pause
- :profile resume
-'errorformat' docs are a bit unclear. Suggestions by Charles Campbell (2006
-Jan 6)
-Add a flag to check for a match with the next item first? Helps for
-continuation lines that may contain just about anything.
-
Adjust src/main.aap for installing manpages like in Makefile.
And for generating Vim.app for the Mac.
Install spell files with src/main.aap.
@@ -75,9 +74,6 @@
Add ":smap", Select mode mapping? Otherwise: ":sunmap", so that Visual mode
mappings for normal keys can be removed from Select mode.
-Check if file explorer can handle directory names and links with a single
-quote. (Nieko Maatjes, 2005 Jan 4)
-
Add more tests for all new functionality in Vim 7. Especially new functions.
Add text in user manual for using the undo tree. Example with finding the