Improvements for :find completion.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 94dcfde..642f52f 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.3f.  Last change: 2010 Aug 10
+*todo.txt*      For Vim version 7.3f.  Last change: 2010 Aug 12
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -32,6 +32,8 @@
 
 'cursorline' stops too early in a help file, caused by conceal feature.
 
+Have a close look at :find completion, anything that could be wrong?
+
 Test 73 fails on MS-Windows when compiled with DJGPP.
 :find completion with 'path' set to "./**" results in full path for
 "./subdir/file", should shorten to start with "./".