summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-01 17:37:17 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-01 17:37:17 +0200
commitf4274feeef2e1c157457e3babb549ece5d4907f6 (patch)
treedaa9e3f1223d3f38fc12992b0c549d26dee3f61b /runtime
parentf9d5ca1de458c63711f7b361694e02ab0bee0cff (diff)
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 306aad0532..9385b6dd27 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