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/doc/version7.txt | |
parent | ccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (diff) | |
download | vim-ab8205e8b85d33816a1977d3a70bc3205fca2b9a.zip |
Make the dos installer work with more compilers.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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: |