diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-01 20:18:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-01 20:18:38 +0200 |
commit | 4b26dff3296c7f9776aa788e4b1fafd33887a8de (patch) | |
tree | 0e96008f4b00e967ea9b8235ded9c16801a2fde8 /runtime/doc | |
parent | 92096d529e0e63c819d9c88c3998c839d4f8691f (diff) | |
download | vim-git-4b26dff3296c7f9776aa788e4b1fafd33887a8de.tar.gz |
Update todo file.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 9385b6dd2..da0ab9235 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -33,6 +33,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) +test72 causes a beep for using "u" when it doesn't work. + Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) Should readfile() ignore BOM when not in binary mode? |