Make the dos installer work with more compilers.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 536810b..64aad2b 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -34,6 +34,9 @@
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)
+
E315 when trying to change a file in FileChangedRO autocommand event.
(Dominique Pelle, 2010 Apr 30)
@@ -103,9 +106,6 @@
Find tail? Might have a / in argument. Find space? Might have space in
path.
-Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb
-26)
-
":function f(x) keepjumps" creates a function where every command is executed
like it has ":keepjumps" before it.
@@ -1094,9 +1094,6 @@
Vim 7.3:
-- using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
- Use register_shell_extension()?
- Patch from Geoffrey Reilly, 2010 Jun 22
- in August remove UF_VERSION_CRYPT_PREV and UF_VERSION_PREV.
- Conceal feature: no update when moving to another window. (Dominique Pelle,
2010 Jul 5) Vince will look into it.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 24ab732..94714d6 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7228,5 +7228,9 @@
Window title is not updated after dropping a file on Vim. (Hari G)
+MS-Windows: The self-installing executable now also works on 64-bit systems.
+The gvim executable is 32 bits, the installed gvimext.dll is either a 32 or 64
+bit version. (George Reilly)
+
vim:tw=78:ts=8:ft=help:norl: