Mercurial > vim
annotate README_w32s.txt @ 2215:cccb71c2c5c1 vim73
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 24 May 2010 11:59:29 +0200 |
parents | 7c8c7c95a865 |
children | 733f0dc510c3 12b829477c60 |
rev | line source |
---|---|
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1 README_w32s.txt for version 7.3a of Vim: Vi IMproved. |
7 | 2 |
3 This archive contains the gvim.exe that was specifically compiled for use in | |
4 the Win32s subsystem in MS-Windows 3.1 and 3.11. | |
5 | |
6 Also see the README_bindos.txt, README_dos.txt and README.txt files. | |
7 | |
8 Be careful not to overwrite the Win32s gvim.exe with the another gvim.exe when | |
9 unpacking another binary archive! Check the output of ":version": | |
10 Win32s - "MS-Windows 16/32 bit GUI version" | |
11 Win32 - "MS-Windows 32 bit GUI version" | |
12 Win32 with OLE - "MS-Windows 32 bit GUI version with OLE support" | |
13 | |
14 For further information, type this inside Vim: | |
15 :help win32s |