This archive contains a "ready-to-go" Win16 executable of Vim, compiled
with MIN_FEAT. It is a minimal version for use on old machines with little
memory

Notes on the Win16 Port
==================
The Win16 Port has most of the functionality of its big brother.
What is missing (and probably will remain so):
1) Bold/Italic text not used (to speed up repaint/reduce resource
usage)
2) No long filename support

Gotcha:
It is recommended that you use a raster font and not a TrueType
fixed-pitch font. e.g. Use Courier, not Courier New. This is not just
to use less resources but because there are subtle bugs in the
handling of fixed-pitch TrueType in Win3.1x. In particular, when you move
a block cursor over a pipe character '|', the cursor is drawn in the wrong
size and bits get left behind. This is a bug in the Win3.1x GDI, it doesn't
happen if you run the exe under 95/NT.
