Bram Moolenaar | 7f03644 | 2010-08-15 15:24:20 +0200 | [diff] [blame] | 1 | README_bindos.txt for version 7.3 of Vim: Vi IMproved. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | |
| 3 | See "README.txt" for general information about Vim. |
| 4 | See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. |
Bram Moolenaar | 755bd26 | 2010-08-14 17:46:20 +0200 | [diff] [blame] | 5 | These files are in the runtime archive (vim73rt.zip). |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 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): |
Bram Moolenaar | 755bd26 | 2010-08-14 17:46:20 +0200 | [diff] [blame] | 11 | vim73d16.zip 16 bit DOS version |
| 12 | vim73d32.zip 32 bit DOS version |
| 13 | vim73w32.zip Windows 95/98/NT/etc. console version |
| 14 | gvim73.zip Windows 95/98/NT/etc. GUI version |
| 15 | gvim73ole.zip Windows 95/98/NT/etc. GUI version with OLE |
| 16 | gvim73_s.zip Windows 3.1 GUI version |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 17 | |
Bram Moolenaar | 755bd26 | 2010-08-14 17:46:20 +0200 | [diff] [blame] | 18 | You MUST also get the runtime archive (vim73rt.zip). |
| 19 | The sources are also available (vim73src.zip). |