Mac Vim fans: Thanks to Ken Scott, there is a new binary of Vim.app available at http://macvim.swdev.org/OSX/#Downloading Since it was compiled with Python...
Hi, Have other Mac Vim users noticed an issue with linewise yank/put? In particular, after doing a yy and a following p, the put isn't line-oriented, but...
Maybe this should be glaringly obvious to me, but why is it that when I 'set alias' in my vimrc, it doesn't actually set? It works fine when I do it once in...
Last week the possibility to sponsor Vim was created. A reaction was that bosses and bookkeepers might not like the terms "sponsoring" and "donation", but...
Vim + Mac fans: While trying to compile a new version of vim for OS X, I started getting internal errors from gcc and bzip2. I think I have hardware problems....
... I just tried it. With the minimal version that comes with OS X.iii (Panther) both ... and ... return nothing. With the Carbon version that I compiled, %...
Fixing bugs and adding new features takes a lot of effort. For the past two years I have attempted to do this next to a full-time job. During that time the...
... I am not sure which versions have this trouble: I am pretty sure that you will have trouble with the Carbon GUI on OS X, I am not sure about a terminal...
Hello all, I have been conversing with Benji about this and I've now done it twice under Panther. Not all of my steps may be required. I am not a ViM...
Hi there! I've got a laptop running 10.3.2, with X-Tools (except for the cross-compiling tools) and some packages from Fink installed. I was able to compile...
You can find the Vim desktop calendar here: http://www.moolenaar.net/ On one side there is an easy-to-read 2004 calendar. On the other side there is brief...
I just received this message from Apple. I cribbed short descriptions (in Englisj, French, and German) from the vim website and submitted a form. The hardest...
Vim-Mac fans: 1. It seems that Apple includes iconv with OS X.iii (Panther). If I remember correctly, this was not included in X.ii (Jaguar). Despite this,...
Hi all -- Apologies if this is a overly-simple newbie question... Whenenver I write my files with :w or cmd-S using the vim62.127.perl binary, my cursor...
Hi all, I have posted this on the main list and Benji Fisher suggested I move it here as it is Mac specific. How on Earth am I to write Unicode files under...
When one edits a text file with carriage return line breaks, if the one at the very end of the file is missing Vim doesn't recognize the file as being Mac ...
Hey folks. Thanks for the wicked vim port - I've been missing gvim ever since I changed from my Linux box to my powerbook. One question though, can the cocoa...
Hey folks. I have the following in my .bashrc to make sure that some settings are set up when I log in on osx: if [ `uname` == "Darwin" ]; then source...
I recently got a new mouse with a wheel for my Mac. It appears that the mouse wheel doesn't work in the GUI version of vim. Should it? -- Bill Tschumy ...
Can anyone give me a brief explanation of the problem with Vim.app and encodings. I was quite surprised that Vim.app doesn't even handle the encoding=utf-8 ...
Hi guys, It's been bothering me for a while that vim can decode the command keys as <D-...> but the alt/option-key just turns up as strange characters. I...
Can anyone build vim/gvim without Carbon support? All of the options I've tried: --enable-carbon-check=no --disable-carbon-check --enable-gui=no --disable-gui...
[This is not directly about Vim, skip this if you don't care about Vim's charity] I have updated the page for the Lord of the Rings Video and DVD. The second...
I cannot get vim to compile on OS X.iii with any of perl, python, tcl, nor ruby. There seem to be different reasons each time. Perl: During configure, I get...
This is more of a generic MacOS question, I suppose, but it affects my quiet enjoyment of Carbonized gVim. I changed the default app for .txt files to Vim.app;...
OS X Vimmers: I installed OS X.iii (Panther) yesterday. (Were it not for the need to upgrade my hard drive first, and the subsidiary need to get a Torx T9...
I have another suggestion. We can easily decode hqx and convert its contents of resource fork to normal file using Python bundled in OSX. Attached patch make...
Vim.app users: I have just uploaded two versions of vim 6.2.127 at http://macvim.swdev.org/OSX/ Both are compiled with the standard Makefile, and both have the...
I have just sent patch 6.2.118 to the vim-dev maillist. This makes it possible to build the Carbon version with the Unix Makefile: make make install The "make...