diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 306aad0532722b3446d12740ca56691b0e1b7d17..9385b6dd270ff2dc50cd2d0df7676100f6502dd5 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.3c.  Last change: 2010 Jul 31
+*todo.txt*      For Vim version 7.3c.  Last change: 2010 Aug 01
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -35,9 +35,6 @@ Before release 7.3:
 
 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
 
-Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb
-26)
-
 Should readfile() ignore BOM when not in binary mode?
 
 Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 00ceed2644473c73aac157531aec2a273172e6e5..063fd85646a58093b6da1de2f1f44526eb0c4536 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -49,6 +49,7 @@ win32:	fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
 
 fixff:
 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
+	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q dotest.in
 
 clean:
 	-del *.out
diff --git a/src/testdir/test72.in b/src/testdir/test72.in
index a38bd16acefd60e6b5a65b2b1c8539075ff67dcc..faf5c0a09b0fa74af387a3448e52c69808403ed9 100644
--- a/src/testdir/test72.in
+++ b/src/testdir/test72.in
@@ -25,6 +25,7 @@ u:.w! test.out
 :set undofile
 :bwipe!
 :e Xtestfile
+:" TODO: this beeps
 u:.w >>test.out
 :"
 :" Test 'undofile', add 10 lines, delete 6 lines, undo 3
@@ -53,8 +54,7 @@ uuu:w >>test.out
 :" And now with encryption, cryptmethod=zip
 :e! Xtestfile
 :set undofile cm=zip
-ggdG
-imonday
+ggdGimonday
 tuesday
 wednesday
 thursday
@@ -76,8 +76,7 @@ uu:w >>test.out
 :" With encryption, cryptmethod=blowfish
 :e! Xtestfile
 :set undofile cm=blowfish
-ggdG
-ijan
+ggdGijan
 feb
 mar
 apr