Unstable versions of Vim - Vi IMproved - for the PC

Note: "d16" is not available for Vim 7.2 and later.
     Since Vim 7.3 "lang" is included in "rt".

There are up to 13 files for each version (# is the version number).
gvim#.exe     bin+rt   self-installing, for MS-Windows 95, NT, etc.
vim#rt.zip    runtime  everybody needs this for the following binaries
vim#lang.zip  runtime  extra files for translated messages and menus
vim#d16.zip   binary   16 bits real mode - works on any system
vim#d32.zip   binary   32 bits protected mode - needs 386 and DPMI manager
vim#w32.zip   binary   console version for Windows 95/98/NT/2000
gvim#.zip     binary   GUI version for Windows 95/98/NT/2000
gvim#ole.zip  binary   idem, with OLE support and other features
gvim#_s.zip   binary   GUI version for Windows 3.1 (NOT FOR Vim 6.2)
vim#src.zip   sources  packed for PC (with CR-LF)
gvim#.pdb     debug    debug info for gvim.exe in gvim#.zip
gvim#ole.pdb  debug    debug info for gvim.exe in gvim#ole.zip and gvim#.exe
vim#w32.pdb   debug    debug info for vim.exe in vim#w32.zip

To be able to run Vim get either:
1. the self-installing exe (6.3 and later includes both gvim.exe and vim.exe)
2. the runtime archive plus one or two binary archives
3. the runtime archive plus the sources (and compile Vim yourself)

gvim   is recommended for Windows 95/98/NT/2000
gvim_s is recommended for Windows 3.1
d32    is recommended for Windows 3.1 and Windows 95/98 console
w32    is recommended for Windows NT/2000 console

Win16 versions for Windows 3.1 (by Vince Negri):
gvim#w16.zip  binary    Win16 version with many features
gvim#m16.zip  binary    Win16 version with minimal features
vim#s16.zip   sources   extra files needed for compiling Win16 version