annotate README_srcdos.txt @ 2677:fea3207b800d v7.3.096

updated for version 7.3.096 Problem: "gvim -nb" is not interruptable. Leaking file descriptor on netbeans connection error. Solution: Check for CTRL-C typed. Free file descriptor. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jan 2011 18:11:43 +0100
parents 073ff46fe397
children 6ec6b7ff2d43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2572
ee53a39d5896 Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents: 2564
diff changeset
1 README_srcdos.txt for version 7.3 of Vim: Vi IMproved.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 See "README.txt" for general information about Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
2564
f85004953416 README and help file updates.
Bram Moolenaar <bram@vim.org>
parents: 2561
diff changeset
5 These files are in the runtime archive (vim73rt.zip).
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 The DOS source archive contains the files needed to compile Vim on MS-DOS or
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 MS-Windows. It is packed for DOS systems, with CR-LF. It also includes the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 VisVim sources.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC.