Hi! Please have a look at the attached document....
mikmach@...
May 1, 2007 2:16 pm
4457
Hello, ... As Benji suggested, I'm trying my luck here... Is there a way to get Vim.app to open a file in a new tab in the currently running instance? ..which...
Jonas Bösch
ml@...
May 1, 2007 6:57 pm
4458
Hi all, Try :winpos 0 0 and :winpos 0 22 with current mac vim, then you will see the problem. The following patch provides a solution, please review it and...
Jjgod Jiang
gzjjgod@...
May 4, 2007 7:58 pm
4459
Up to 7.0.238, everything compiled fine (on 10.4.9, w/ & w/o the ... gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MAC -fno-common -fpascal-strings -Wall...
Andre Berger
andre.berger@...
May 5, 2007 8:01 am
4460
Announcing: Vim (Vi IMproved) version 7.1a BETA This is a BETA release of Vim 7.1. It consists of Vim 7.0 plus all patches and updated runtime files. I...
Bram Moolenaar
Bram@...
May 5, 2007 4:38 pm
4461
... Earlier today I successfully compiled svn revision 254 w/o the atsui patch. So I would suggest the problems you are seeing are probably not related to vim....
Jussi Hagman
jhagman@...
May 5, 2007 6:43 pm
4462
... On my OS X system, /usr/include/mach/message.h is a blank line. Sincerely, --Eljay...
Is there any way to replace /usr/bin/vim by the new version to avoid having both 6.2 and 7 in my computer? thanks for the quick reply! ... -- View this message...
jujul
jujulj@...
May 8, 2007 2:50 pm
4465
If this doesn't give any clues: http://wiki.macvim.org/wiki/FAQ#head-6bd8d5c8aab5246bbeb93eff40ef6d4a8a0f7559 feel free to ask again. Maybe we can polish that...
Panos Laganakos
panos.laganakos@...
May 8, 2007 3:00 pm
4466
Not sure about that one mate, let's see what others have to say on this one. ... -- Panos Laganakos...
Panos Laganakos
panos.laganakos@...
May 8, 2007 3:23 pm
4467
... I'll suggest simply echo "alias vim=/Applications/Vim.app/Contents/MacOS/Vim" >> ~/.profile source ~/.profile will be Ok. - jjgod....
Jjgod Jiang
gzjjgod@...
May 8, 2007 4:05 pm
4468
hi, I installed the universal binary for vim 7.0.188 downloaded from http://macvim.org/OSX/index.php. It perfectly installed it in /Application, but I'd like...
jujul
jujulj@...
May 8, 2007 4:08 pm
4469
... Won't work if a script invokes /usr/bin/vim, or if your profile isn't loaded (true for some shells in some circumstances), or if you're logged in as a...
Richard Newman
rnewman@...
May 8, 2007 4:41 pm
4470
Thank you all! ... -- View this message in context: http://www.nabble.com/vim-from-terminal--tf3709941.html#a10379491 Sent from the Vim - Mac mailing list...
jujul
jujulj@...
May 8, 2007 4:50 pm
4471
... Scripts etc. usually use $EDITOR or $VISUAL, don't they? So you can export VISUAL=/Applications..... -- Christian Zagrodnick gocept gmbh & co. kg ·...
Christian Zagrodnick
cz@...
May 8, 2007 5:03 pm
4472
This alias is much better as it won't effect or be effected by OS X upgrades. However, I would suggest putting the binary in a new path like darwinports or...
Derrek Leute
dleute@...
May 8, 2007 5:24 pm
4473
Here's how. sudo -s # Enter your password. cd /usr/bin mv vim oldvim # Back up the old one. ln -s /Applications/Vim.app/Contents/MacOS/Vim vim exit...
Richard Newman
rnewman@...
May 8, 2007 6:04 pm
4474
Hello vimmers, I am running 7.1a.001 on OSX and have just noticed the following from console vim (running in Terminal.app and also occurs in iTerm.app). If I...
Michael Wookey
michael.wookey@...
May 9, 2007 2:12 am
4475
... Hi Jjgod, Patching against the latest Vim 7.1 SVN works fine for me (i.e. both antialiasing and multibyte text work). Thanks a lot, -- Benjamin D. Esham ...
Benjamin Esham
bdesham@...
May 9, 2007 2:45 am
4476
... These color names should be used only in the GUI. In the "desert" colorscheme I have (v1.1, 2004/06/13 19:30:30) they are only present in "guibg=" and ...
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 3:37 am
4477
... from ... have ... sources ... I think I've found it.. The OSX Vim is built with FEAT_GUI_MAC always defined. This in turn forces FEAT_GUI to be defined....
Michael Wookey
michael.wookey@...
May 9, 2007 4:43 am
4478
... Hm... Maybe the console version checks the values of the guibg= guifg= settings even though it doesn't use them. Try dropping the attached file into your...
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 7:10 am
4479
... Ahh.. found it. 'make install' wasn't copying the 'rgb.txt' to $VIMRUNTIME. It seems that this is a bug because even on the linux machine, 'make install'...
Michael Wookey
michael.wookey@...
May 9, 2007 8:16 am
4480
... The help mentions /usr/X11R6/lib/X11/ ; I found mine in /usr/share/X11 (on SuSE 10.2)... Apparently there is no single fixed location for that file. I ...
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 9:36 am
4481
... on ... On Ubuntu 7.04, the following are all symlinked to /etc/X11/rgb.txt /usr/share/X11/rgb.txt /usr/lib/X11/rgb.txt On OSX, there is no rgb.txt on the...
Michael Wookey
michael.wookey@...
May 9, 2007 9:44 am
4482
... You apparently are missing the runtime/rgb.txt file. It's part of the extra archive. Perhaps you didn't unpack it correctly? You must have unpacked it,...
Bram Moolenaar
Bram@...
May 9, 2007 8:10 pm
4483
... I have the rgb.txt in my build tree. Its just that 'make install' doesn't copy it over when building Vim.App. See further on in this thread with the...
Michael Wookey
michael.wookey@...
May 9, 2007 10:38 pm
4484
... OK, I was trying the Vim.app after building it. Then it uses a link to the runtime files, thus rgb.txt is there. I'll add a specific line to copy rgb.txt....
Bram Moolenaar
Bram@...
May 10, 2007 9:26 am
4485
Bram Moolenaar wrote: [...] ... Just for the record, after reformatting the entries to a common format and sorting, a diff between my...