annotate README_w32s.txt @ 7426:779a7c14c795
v7.4.1017
commit https://github.com/vim/vim/commit/8f79acdf7ede2693fbda53c3c9693f16db4f193b
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 1 14:48:20 2016 +0100
patch 7.4.1017
Problem: When there is a backslash in an option ":set -=" doesn't work.
Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge
in old test.
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 01 Jan 2016 15:00:04 +0100 |
parents |
359743c1f59a |
children |
|
rev |
line source |
5294
|
1 README_w32s.txt for version 7.4 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
|