Fix a few problems for :find completion. Test much more. (Nazri Ramliy)
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index a42e8f3..5113840 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.3e. Last change: 2010 Aug 04
+*todo.txt* For Vim version 7.3e. Last change: 2010 Aug 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -33,8 +33,6 @@
Before release 7.3:
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
-test73 doesn't work on MS-Windows.
-
Better Czech keymap. (Stepnem, 2010 May 4) Use if no response from Jiri
Tobisek.
@@ -54,6 +52,8 @@
Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
Pelle, 2010 June 28)
+Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
+
When directory "/tmp/tags" contains "tags1" and "tags2", setting 'tags' to
"/tmp/tags/*" doesn't pick up these files. (Simon Ruggier, 2010 Mar 17)
@@ -257,6 +257,8 @@
was typed. CTRL-G h ? Would also undo last word or line break inserted
perhaps. And undo CTRL-W. CTRL-G l would redo.
+Diff mode out of sync. (Gary Johnson, 2010 Aug 4)
+
Win32: A --remote command that has a directory name starting with a ( doesn't
work, the backslash is removed, assuming that it escapes the (. (Valery
Kondakoff, 2009 May 13)