Het ontwikkelteam achter Vim heeft zojuist versie 6.3 vrijgegeven. Vim (Vi improved) is gebaseerd op Vi, een tekstbewerkingsprogramma met name bekend uit de Unix wereld. Het programma is onder andere beschikbaar voor Unix, DOS, Windows, Amiga, OS/2 en MacOS. De lijst met downloads is te lang om hier op te noemen, dus we verwijzen slechts naar de pagina met downloads. Release 6.3 is voornamelijk een bugfix-versie, maar er zijn ook enkele nieuwe features toegevoegd:
The main new features are:Once you have installed 6.3 you can find details about the changes since Vim 6.2 with ":help version-6.3". There is a long list of fixed bugs.
- Support for translated help files. The files themselves are available separately, see http://www.vim.org/translations.php.
- More conversions are possible on Macintosh and MS-Windows without help of the iconv library.
- Amiga binaries are included again. My Amiga was miraculously healed from a harddisk problem.
- The Win32 self-installing exe now also includes vim.exe, the console version. Despite that the file size is smaller than before, because of using LZMA compression.
- When formatting text, marks are kept at the same position.
- Support for the NetBeans interface on MS-Windows.
- MS-Windows: Vim can run inside an MDI window of another application (see ":help -P"). Doesn't work for all MDI applications though.
- Mousewheel support on the Macintosh.