| Sven Guckes@vim.org ©1995-2001 | Last update: Fri Dec 14 14:14:14 MET 2001 |
MacVim is available from every ftp mirror. The files are in the subdiretory "mac".
However, there are four sites with updated binaries:
| Name | Address | ||
| Asai, Kenichi | asai@is.s.u-tokyo.ac.jp | http://www-imai.is.s.u-tokyo.ac.jp/~asai/macvim-e.html | MacVim Japanese |
| Kielhorn, Axel | A.Kielhorn@tu-bs.de |
http://www.tu-bs.de/~i0080108/macvim.html
and http://www.kassube.de/mirrors/macvim/ |
|
| Fisher, Benji | fisherbb@bc.edu | http://homepage.mac.com/fisherbb/index.html | CarbonVim (page redirects) |
| St-Amant, Dany | (withheld) | http://www3.sympatico.ca/dany.stamant/vim/ |
Problems? If you find a problem with either release then please give a reference to the version you use! Check with command :version first and include the info in your requests. Thankyou!
Example version info:
:ver VIM - Vi IMproved 5.7 (2000 Jun 24, compiled Jun 26 2000 19:09:11) Compiled by guckes@ritz, with (+) or without (-):
As I currently have no access to MacOS so I cannot try the latest version. So I am hoping for feedback on the Vim Goals as described below. Have these things been implemented or fixed yet? Thanks for all feedback!
SIZE FILE CONTENTS 1688291 vim5.6.full.fat.sit Vim 5.6, FAT application + runtime files 298138 vim5.6.68k.sit Vim 5.6, 68k application only 624790 vim5.6.fat.sit Vim 5.6, FAT application only 333697 vim5.6.ppc.sit Vim 5.6, PowerPC application only
+autocmd + required for syntax highlighting -builtin_terms - no terminals on Macs +cindent + for using vim for coding vim :-) +digraphs + us Krauts need it for umlauts -emacs_tags - anyone writing in Lisp here? +eval + especially useful for use of strftime +ex_extra + :normal, :retab +extra_search + hlsearch and incsearch are quite useful -farsi - not so many speaking Farsi here +file_in_path + command "gf" is too useful to drop it -find_in_path ? anyone using this? -fork() - [Unix only] +GUI + Menus+ +insert_expand + cannot live without completion in insert mode -langmap - anyone using this at all? -lispindent - no emacs user here -mouse_dec - [Unix only] -mouse_netterm - [Unix only] -mouse_xterm - [Unix only] -perl - too much for now -quickfix - too much for now -python - too much for now -rightleft - anyone writing in Hebrew here? +showcmd + cannot live without it +smartindent + too useful to drop it -sniff - noone using it, I suppose +syntax +++ the best feature is a must+ -tag_binary ? anyone? -tag_old_static ? anyone? -tag_any_white ? anyone? -terminfo - [Unix only] +textobjects + cannot live without it +viminfo + Quite useful, too. -xterm_save - [Unix only] +writebackup + too useful to drop it -X11 - [Unix only]
From: Axel KielhornDate: Wed, 10 May 2000 16:26:58 +0200 Apple *does* supply a free compiler, the MPW tools. The problem is that Vim isn't ported to this compiler, it requieres CodeWarrior. If someone wants to compile a MacVim without paying lots of money to Metrowerks, please download the compiler and port Vim to it. It shouldn't be that difficult and would make life much easier for everyone. (There is a reall make available in the MPW tools, no need to rely on strange binary files that change with every release of CodeWarrior). And you can get Perl, TCL and Python for the Mac as well.
:version VIM-5.0 [980219] OS: MacOS-7.5.1 Compiled by Sven Guckes guckes@vim.org on Tue Feb 24 19:32:29 CET 1998 with CodeWarrior Pro2 List of compile options ['+' means "code included for"]: [etc]
Format: vim-5-yymmdd-68k-appl.sit.bin yy = year mm = month dd = day Example: vim-5-980406-68k-appl.sit.bin only the application for 68k Macs, stuffed and in binary format. Example: vim-5-980623-PPC-src.sit.hqx only for PPC, but the complete source, stuffed and binhexed Example: vim-5-980623-FAT-src.sit.hqx the source with binaries for both 68k and PPC Macs, stuffed and binhexedQ: What further goals are there for the mac port?
File:
OpenFile... Cmd-o Open (:edit) file
Save Cmd-s Save current buffer to current file
SaveAs... Cmd-S Save current buffer to file
Close Cmd-w Closes current subwindow
Print... Cmd-p Prints current buffer
Quit Cmd-q Quits Vim
Edit:
Undo Cmd-z Undo last change (deletion/insertion)
Redo Redo last change
Cut Cmd-x Delete current selected (visual) text
Copy Cmd-c Copy current selected (visual) text to clipboard
and to the unnamed buffer, too, of course
Paste Cmd-v Like 'p' to "put"
Clear
Search Backward
for current word
for current filename
Search Forward
for current word
for current filename
From: Ben FowlerDate: Fri, 12 May 2000 13:21:09 +0100 The Power On software web site acknowledges a bug in an earlier version that meant that files beginning with '.' could not be opened.
As with DOS, some characters are different on the Mac:
Courier:h10 (standard font) Monaco:h9 (standard font) MPW:h9 (bundled with MPW and CodeWarrior) Mishawaka:h9 (bundled with Eudora) ProFont-2.2 - available on every InfoMac mirror in subdir "font" as "pro-font-NN.hqx", eg: ftp://mirror.aol.com/pub/info-mac/font/pro-font-22.hqx Size of package: 460K (469182 bytes).
URL: http://www.math.fu-berlin.de/~guckes/vim/macs.html URL: http://www.vim.org/macs.html (mirror) Created: Sun Jun 16 00:00:00 MET 1996Send feedback on this page to