Improve the MS-Windows installer.
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt
index 8ea7dc1..a116819 100644
--- a/runtime/doc/os_win32.txt
+++ b/runtime/doc/os_win32.txt
@@ -37,7 +37,7 @@
The original Windows NT port was done by Roger Knobbe <RogerK@wonderware.com>.
The GUI version was made by George V. Reilly and Robert Webb.
-For compiling see "src/INSTALL.pc". *win32-compiling*
+For compiling see "src/INSTALLpc.txt". *win32-compiling*
==============================================================================
1. Known problems *windows95* *win32-problems*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e41a5da..cb808e5 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1084,12 +1084,12 @@
Vim 7.3:
-- Use NSIS 2.45, it includes Windows 7 support.
- Include "RequestExecutionLevel highest"
- Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
-- Supply a 64 bit version of gvimext.dll for 64 bit windows.
- http://code.google.com/p/vim-win3264/
- Gvim can be 32 bit.
+- Win32 DOS and Win32 console version: test69 fails.
+- using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
+ Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
+- When running uninstall program from NSIS via install.exe, still need to
+ ask confirmation in console window, uninstaller doesn't wait. Is there an
+ NSIS option to wait?
Patches to include:
- Persistent undo bugs / fixes:
- Add undofile(name): get undo file name for buffer "name".