view READMEdir/README_bindos.txt @ 34130:2ead2e7321c8 v9.1.0028

patch 9.1.0028: win32: Ctrl-D cannot be used to close a pipe Commit: https://github.com/vim/vim/commit/1f13fcc9342e66842bf9847d01e585ea2c2b6b30 Author: GuyBrush <miguel.barro@live.com> Date: Sun Jan 14 20:08:40 2024 +0100 patch 9.1.0028: win32: Ctrl-D cannot be used to close a pipe Problem: win32: Ctrl-D cannot be used to close a pipe Solution: Properly detect Ctrl-D when reading from a pipe (GuyBrush) Enabling Ctrl-D for gvim pipeline input and apply defensive programming on account of PR #12752 so that once PR 12752 is merged, CTRL-D will keep on working closes: #13849 Signed-off-by: GuyBrush <miguel.barro@live.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Jan 2024 20:15:02 +0100
parents 4635e43f2c6f
children
line wrap: on
line source

README_bindos.txt for version 9.1 of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
These files are in the runtime archive (vim90rt.zip).


There are several binary distributions of Vim for the PC.  You would normally
pick only one of them, but it's also possible to install several.
These ones are available (the version number may differ):
	vim91w32.zip	Windows 95/98/NT/etc. console version
	gvim91.zip	Windows 95/98/NT/etc. GUI version
	gvim91ole.zip	Windows 95/98/NT/etc. GUI version with OLE

You MUST also get the runtime archive (vim91rt.zip).
The sources are also available (vim91src.zip).