Mercurial > vim
annotate README_w32s.txt @ 2915:70c8f54e7efb v7.3.230
updated for version 7.3.230
Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron
Thoma)
Solution: Use FILE1 instead of XFILE.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 20 Jun 2011 05:02:58 +0200 |
parents | 073ff46fe397 |
children | 6ec6b7ff2d43 |
rev | line source |
---|---|
2572
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
1 README_w32s.txt for version 7.3 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 |