Runtime file updates.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 5a17103..61ee4ef 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 08
+*todo.txt*      For Vim version 7.3f.  Last change: 2010 Aug 09
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,10 +30,13 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
+'cursorline' stops too early in a help file, caused by conceal feature.
+
 Before release 7.3:
 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
 
 Test 73 fails on MS-Windows when compiled with DJGPP.
+Possibly change WIN3264 to MSWIN || MSDOS.
 
 Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
 
@@ -57,6 +60,10 @@
 ":helpgrep" does not put the cursor in the correct column when preceded by
 accented character. (Tony Mechelynck, 2010 Apr 15)
 
+Echo starts in the wrong column:
+    while 1 | let s = input('A') | echo 'R' | endw
+(Boyko Bantchev, 2010 Aug 9)
+
 Patch: Let rare word highlighting overrule good word highlighting.
 (Jakson A. Aquino, 2010 Jul 30)