20-Apr-2024 09:56 GMT.
UNDER CONSTRUCTION
[Files] VIM 6.2.421 (MorphOS) releasedANN.lu
Posted on 31-Mar-2004 12:12 GMT by oGALAXYo34 comments
View flat
View list
This version of VIM adds a bunch of new overall patches provided by Bram Moolenar the author and maintainer of VIM as well contains a bunch of improvements of my own patches for MorphOS (a lot of simplifications this time).

The simplifications are:

- Proper tmpname handling through libnix. Instead of hacking in some own routines I now defined -DUSE_TMPNAM. Libnix understands this function which I wasn't aware of previously.
- The MorphOS libnix version doesn't have fdtofh and previous versions of my patches simply ignored calling this by simply if def'ing that stuff out. The missing fdtofh function has been tweaked in the VIM code now (it was just 3 lines anyways).
- The overall MorphOS patch is reduced to the necessary things only. Which is the Makefile, Shell syntaxcolor output and missing fdtofh routine. Everything else stays as the Amiga version of VIM.

Of course you can find VIM on my Homepage. VIM for MorphOS is also listed on the official VIM Homepage.

greetings,

oGALAXYo

Back to Top