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...
4459
Andre Berger
andre.berger@...
May 5, 2007 8:01 am
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...
4460
Bram Moolenaar
Bram@...
May 5, 2007 4:38 pm
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...
4461
Jussi Hagman
jhagman@...
May 5, 2007 6:43 pm
... 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....
4462
John (Eljay) Love-Jen...
eljay@...
May 5, 2007 6:49 pm
... 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...
4465
Panos Laganakos
panos.laganakos@...
May 8, 2007 3:00 pm
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...
4466
Panos Laganakos
panos.laganakos@...
May 8, 2007 3:23 pm
Not sure about that one mate, let's see what others have to say on this one. ... -- Panos Laganakos...
4467
Jjgod Jiang
gzjjgod@...
May 8, 2007 4:05 pm
... I'll suggest simply echo "alias vim=/Applications/Vim.app/Contents/MacOS/Vim" >> ~/.profile source ~/.profile will be Ok. - jjgod....
4468
jujul
jujulj@...
May 8, 2007 4:08 pm
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...
4469
Richard Newman
rnewman@...
May 8, 2007 4:41 pm
... 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...
4470
jujul
jujulj@...
May 8, 2007 4:50 pm
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...
4471
Christian Zagrodnick
cz@...
May 8, 2007 5:03 pm
... Scripts etc. usually use $EDITOR or $VISUAL, don't they? So you can export VISUAL=/Applications..... -- Christian Zagrodnick gocept gmbh & co. kg ·...
4472
Derrek Leute
dleute@...
May 8, 2007 5:24 pm
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...
4473
Richard Newman
rnewman@...
May 8, 2007 6:04 pm
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...
4474
Michael Wookey
michael.wookey@...
May 9, 2007 2:12 am
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...
4475
Benjamin Esham
bdesham@...
May 9, 2007 2:45 am
... 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 ...
4476
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 3:37 am
... 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 ...
4477
Michael Wookey
michael.wookey@...
May 9, 2007 4:43 am
... 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....
4478
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 7:10 am
... 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...
4479
Michael Wookey
michael.wookey@...
May 9, 2007 8:16 am
... Ahh.. found it. 'make install' wasn't copying the 'rgb.txt39; to $VIMRUNTIME. It seems that this is a bug because even on the linux machine, 'make install'...
4480
A.J.Mechelynck
antoine.mechelynck@...
May 9, 2007 9:36 am
... 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 ...
4481
Michael Wookey
michael.wookey@...
May 9, 2007 9:44 am
... 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...
4482
Bram Moolenaar
Bram@...
May 9, 2007 8:10 pm
... 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,...
4483
Michael Wookey
michael.wookey@...
May 9, 2007 10:38 pm
... 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...
4484
Bram Moolenaar
Bram@...
May 10, 2007 9:26 am
... 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....
4485
A.J.Mechelynck
antoine.mechelynck@...
May 10, 2007 9:54 am
Bram Moolenaar wrote: [...] ... Just for the record, after reformatting the entries to a common format and sorting, a diff between my...
4486
Bram Moolenaar
Bram@...
May 10, 2007 1:38 pm
... Unless someone has an enhanced rgb.txt... ... Looks good. But I'll include it later. Needs some testing first. -- ... /// Bram Moolenaar --...
4487
Bram Moolenaar
Bram@...
May 10, 2007 6:24 pm
Announcing: Vim (Vi IMproved) version 7.1b BETA This is a BETA release of Vim 7.1. It consists of Vim 7.0 plus all patches, updated runtime files and a few...