diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-07 15:14:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-07 15:14:03 +0200 |
commit | ab8205e8b85d33816a1977d3a70bc3205fca2b9a (patch) | |
tree | 1a1eede8d3e948259c2a529ecb2a7cb1958ea4ca /runtime | |
parent | ccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (diff) | |
download | vim-ab8205e8b85d33816a1977d3a70bc3205fca2b9a.zip |
Make the dos installer work with more compilers.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 9 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 536810b38..64aad2b1a 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -34,6 +34,9 @@ Bug in undo, using freed memory. (Dominique Pelle, Jul 1) 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 @@ Shell not recognized properly if it ends in "csh -f". (James Vega, 2009 Nov 3) 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 @@ Patch to support horizontal scroll wheel in GTK. Untested. (Bjorn Winckler, 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 24ab7327b..94714d67b 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7228,5 +7228,9 @@ right compiler flags. (Michael Bienia) 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: |