|
|||||
T h i s S i t e Elsewhere
|
[ Downloading ]
[ Credits ]
[ Support ]
[ Known bugs ]
[ Other Versions ]
[ Future ]
Vim (Vi IMproved) for Mac OS ClassicDownloadingThere are two archives for Vim 6.2. If you are new to Vim, you will need both archives; if you already installed Vim and just want to upgrade to the latest binary, you will need the binary archive only. It contains all the runtime files that have been modified. The Vim 6.1 archives will be removed in the near future once 6.2 proved stable.
For other versions of Vim, see below. If you have to download the vim archive from a non-Mac computer, you can take the .sea file and expand it with StuffIt Expander 5.5 or above.Credits
Support
Known Bugs:The following bugs have been reported. Please note that bugs that are not reported won't be fixed.Desktop sizeMacVim uses a fixed desktop size instead of asking MacOS. When you have a large desktop, you won't be able to drag the MacVim window to the right or bottom half. Neither can you set the size of the Window in the vimrc file to something larger than this assumed desktop size. This has been fixed in 5.6Window larger than screenWhen you set the size of the MacVim window to a large value (e.g. 300 columns) MacVim may crash with an unmapped memory exception. This was a bug in the Vim core that got fixed in 5.6.11Volumenames starting with a spaceIf the name of the volume with the Vim runtime files starts with a space, Vim is unable to find the VIMRUNTIME files. There may be more problems with filenames that contain spaces.DislockThe current release of MacVim is not compatible with Dislock, MacVim will crash when swapfiles are enabled. You can still use MacVim but have to disable the swapfiles first. Use "unset swapfile" in your vimrc file.Environment VariablesMacVim may crash when you are using an environment variable. Normally there is no need to do that, since there is no Unix-like environment on the Mac. But sadly themacvimrc file contained a wrong example.
exrcThe "exrc" option does not work. Even when set no exrc or vimrc file in the document directory is read.TagsThe tags file has to be in Mac format to be readable by Vim. The same bug affects .vimrc files that contain multi line commands."/" in filenamesThe "/" is directory separator on Unix. When porting Vim to the Mac, Dany had to decide wether to allow Unix-style pathseparators (as in /usr/local/lib/mime.types for usr:local:lib:mime.types) or to treat "/" as a regular character which may be used in a filename. He decided to support Unix path separators (Which is IMO a good idea). Thus you cannot use a "/" in a filename.Out of memoryWhen using syntax highlighting any many different filetypes, or when using operations that requiere a large undo buffer, you can easyly run out of memory.Explorer pluginA patch in early 6.1 beta broke support for the file explorer plugin.Viminfo fileThere is a bug in the way the viminfo file is handled which may lead to illegal characters in that file. Simply remove the viminfo file until the bug is fixed.PrintingYou can't print with Vim on Mac Classic.Verion 6.1.206 and later contains support to enable the hardcopy command. With "hardcopy >filename.ps" you can generate a PostScript File that you can drag onto a Postcript desctop printer icon or open with MacGhostView or MacGSView. If you use the "Print" command from the menu, you will get a PostScript file in the current directory named something like tmp0000001. Other Versions
The future of Mac Vim ClassicI'm planning to switch to Mac OSX soon, but since there are still some applications available for Classic only, I will keep my Mac dual booting Mac OS 8.6. As long as I'm using Classic I will support Mac Vim Classic. |
||||
Thanks to Patrick Curtain and swdev.com for hosting this site. |