Mercurial > vim
annotate README_bindos.txt @ 2595:bf9579ab26e5 v7.3.019
updated for version 7.3.019
Problem: ":nbstart" can fail silently.
Solution: Give an error when netbeans is not supported by the GUI. (Xavier
de Gaye)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 30 Sep 2010 21:03:26 +0200 |
parents | 073ff46fe397 |
children | 6ec6b7ff2d43 |
rev | line source |
---|---|
2572
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2564
diff
changeset
|
1 README_bindos.txt for version 7.3 of Vim: Vi IMproved. |
7 | 2 |
3 See "README.txt" for general information about Vim. | |
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 | 6 |
7 | |
8 There are several binary distributions of Vim for the PC. You would normally | |
9 pick only one of them, but it's also possible to install several. | |
10 These ones are available (the version number may differ): | |
2564
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
11 vim73d16.zip 16 bit DOS version |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
12 vim73d32.zip 32 bit DOS version |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
13 vim73w32.zip Windows 95/98/NT/etc. console version |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
14 gvim73.zip Windows 95/98/NT/etc. GUI version |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
15 gvim73ole.zip Windows 95/98/NT/etc. GUI version with OLE |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
16 gvim73_s.zip Windows 3.1 GUI version |
7 | 17 |
2564
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
18 You MUST also get the runtime archive (vim73rt.zip). |
f85004953416
README and help file updates.
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
19 The sources are also available (vim73src.zip). |