diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-31 20:53:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-31 20:53:54 +0200 |
commit | 7805004319691ee026342525e0bf9df146358dc0 (patch) | |
tree | 2673ca28b85ecbcbea6f134c29167331612bbb01 /runtime/doc/todo.txt | |
parent | ca8a4dfe7aa94dc3285a0f834c472c07358fddb0 (diff) | |
download | vim-7805004319691ee026342525e0bf9df146358dc0.zip |
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7f327c4cb..6b0c5a723 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,9 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Windows 7: "Open with..." menu starts Vim without a file. -Need to use other registry methods in if_ole.cpp? - Windows 7: installing Vim again doesn't find the previously installed Vim. Move more common code from if_python.c and if_python3.c to if_py_both.h @@ -45,6 +42,8 @@ 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 Pelle, 2010 June 28) |