diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-02 23:06:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-02 23:06:46 +0200 |
commit | bf65051b7bbb84436159570ae095ba6e2c7249d6 (patch) | |
tree | a83365f52cc31476142fa1ea558020724f6d61be /runtime/doc | |
parent | 61a91766f7558ae9914eb85377a32d7f6afe178c (diff) | |
download | vim-git-bf65051b7bbb84436159570ae095ba6e2c7249d6.tar.gz |
Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it
dynamically from the .dll. Should work everywhere.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7b9c977db..2db0ae250 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -33,6 +33,10 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. Using uninitialized memory when crypting an empty file. (Dominique Pelle, 2010 Aug 2) +Go back to MSVC 2008, so that Windows 2000 is supported? + +For 'undoreload': put the cursor on the first line that is different. + Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) |