This archive contains a ready-to-run executable of Win16 Vim. It is
compiled with _most_ of the optional features (use :ver to see the
details.)

The vimtbar.dll can be placed either in the same directory as Vim, or
your windows\system directory, as you prefer.

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 tearoff menus (use too much resources)
3) No OLE
4) No long filename support
5) No tooltips on toolbar buttons - instead they produce command-line
tips like menu items do.

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.
