Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-mac · Vim (Vi IMproved) text editor Macintosh list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 853 - 882 of 13776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
853 Benji Fisher
benji@... Send Email
Feb 10, 2003
2:48 pm
... Good question. It is all bold face text. It seems to be a font problem. With monaco:h11 there is no problem, but with the default font or with...
854 Benji Fisher
benji@... Send Email
Feb 10, 2003
3:20 pm
... Perhaps I should remind everybody: my ability to code on the Mac is limited to "make" and variants. I maintain the binaries and the web page at...
855 Benji Fisher
benji@... Send Email
Feb 10, 2003
8:39 pm
Vim Mac users: I have just uploaded a new version of vim for OS X 10.2 (Jaguar) at http://macvim.swdev.org/OSX This version includes all the latest official...
856 Gregory Seidman
gss+vim@... Send Email
Feb 10, 2003
8:54 pm
Benji Fisher sez: } Vim Mac users: } I have just uploaded a new version of vim for OS X 10.2 (Jaguar) at } http://macvim.swdev.org/OSX I know you asked if...
857 Rain Dog
raindog@... Send Email
Feb 11, 2003
4:14 am
... Note that the patch doesn't address the problem of Vim not forking when it is launched from the command line--that is, Vim launched as ...
858 Rain Dog
raindog@... Send Email
Feb 11, 2003
5:28 am
... Looks like your $VIMRUNTIME isn't getting set correctly. Vim looks up colors in the file $VIMRUNTIME/rgb.txt, which should be ...
859 Benji Fisher
benji@... Send Email
Feb 11, 2003
4:04 pm
... Good call. I was setting $VIM from my .cshrc . I removed that line, and it works fine now. Thanks. --Benji Fisher...
860 Benji Fisher
benji@... Send Email
Feb 11, 2003
4:14 pm
... Maybe I do not understand the problem correctly. In :help gui-fork, it says something about running vim in the foreground; maybe I read too much into...
861 Benji Fisher
benji@... Send Email
Feb 11, 2003
4:33 pm
... OK, I will try to do it sooner rather than later. Maybe this week. ... That is an excellent idea, but it does not seem to work. When I make a link (hard...
862 The Shrubber
m5a08d7bsbdi001@... Send Email
Feb 11, 2003
6:37 pm
Hi, I just wanted to note that this still has the problem that hitting Ctrl-C while running a shell script causes all processes to die, and for me to return to...
863 Gregory Seidman
gss+vim@... Send Email
Feb 11, 2003
8:37 pm
Benji Fisher sez: } Rain Dog wrote: [...] } >Note that the patch doesn't address the problem of Vim not forking } >when it is launched from the command...
864 Gregory Seidman
gss+vim@... Send Email
Feb 11, 2003
8:39 pm
Benji Fisher sez: } Gregory Seidman wrote: [...] } >I know you asked if anyone cared about 10.1 earlier, and I don't remember } >if I replied. In any case, I'd...
865 Bram Moolenaar
Bram@... Send Email
Feb 11, 2003
8:52 pm
Financial Report As you all know, Vim users are asked to help needy children in Uganda. Most of the donations and sponsorships are handled by the ICCF Holland ...
866 Benji Fisher
benji@... Send Email
Feb 11, 2003
9:31 pm
... That's what I thought. So we have the same options (fork and don't fork) but we get them in a strange way (with or without & instead of without or with...
867 Jason Alexander
jalex@... Send Email
Feb 12, 2003
1:28 pm
In the new binary, if I set the font to be Monaco (regular) at 12pt, the display looks rather different from my terminal window, which also has the font set to...
868 Benji Fisher
benji@... Send Email
Feb 14, 2003
3:36 pm
... This is probably because Vim uses the older Quicktime rendering instead of Quartz. Peter Cucka is working on enabling Quartz in Vim. --Benji Fisher...
869 Benji Fisher
benji@... Send Email
Feb 14, 2003
3:45 pm
... I still see a problem with monaco:h10 but not with monaco:h12 . (Maybe I was mistaken when I said that was a problem.) There is also a problem with...
870 Riccardo Ghiglianovich
riccardo@... Send Email
Feb 14, 2003
3:45 pm
Hi all, I am new on Vim for OSX ( I am NOT new fro vim on Linux ;) I discovered this version of vim few days ago and I am very happy for it !! I'd like to...
871 Benji Fisher
benji@... Send Email
Feb 14, 2003
9:04 pm
... I do not think you can do this starting Vim from the Finder, nor with the open command, but it works for me if I start it from Terminal.app using the...
872 Jay Lawrence
jlawrenc@... Send Email
Feb 14, 2003
11:03 pm
... What I do is start multiple instances of Vim from the command line: /Applications/vim/Vim.app/Contents/MacOS/Vim -g foo.pm bar.pm stuff.pm & ...
873 Riccardo Ghiglianovich
riccardo@... Send Email
Feb 18, 2003
9:30 am
Hi all, my Finder crashes when I try to set Vim as default application in the "Open with" window of the inspector (Command+I" . I am using OSX 10.2.4 and Vim...
874 Gregory Seidman
gss+vim@... Send Email
Feb 18, 2003
1:20 pm
Riccardo Ghiglianovich sez: } my Finder crashes when I try to set Vim as default application in the } "Open with" window of the inspector (Command+I" . } } I...
875 Bob Ippolito
bob@... Send Email
Feb 19, 2003
11:14 pm
This may be of interest to someone, but assuming you use black-background grey-text terminals, it changes all of the highlights to look be entirely consistent...
876 Scott Goodwin
scott@... Send Email
Feb 21, 2003
1:09 am
Hi, I've compiled vim 6.1 sources on Mac OS 10.2.3; also compiled the current vim CVS code. The vim binary does not do syntax highlighting inside an xterm...
877 Anthony Hodsdon
ahodsdon@... Send Email
Feb 21, 2003
3:49 am
I believe you have to set your TERM environment variable correctly. Try typing export TERM="xterm-color" (if you're using sh or bash) set TERM = xterm-color...
878 Eugene Lee
eugene@... Send Email
Feb 21, 2003
6:41 am
... Actually, csh/tcsh syntax should be: % setenv TERM xterm-color -- Eugene Lee...
879 Benji Fisher
benji@... Send Email
Feb 21, 2003
3:34 pm
... Er, did you mean to attach a colorscheme file? --Benji Fisher...
880 Bob Ippolito
bob@... Send Email
Feb 21, 2003
5:45 pm
I'm pretty sure I did.. perhaps a problem with my mailserver? I'll try again....
881 Benji Fisher
benji@... Send Email
Feb 21, 2003
8:20 pm
I got it this time. Thanks. --Benji Fisher...
882 Bram Moolenaar
Bram@... Send Email
Feb 22, 2003
3:03 pm
Wolfram Esser has made an animation with the Vim logo. This is quite a bit of fun to see and hear. The animation is available in various formats and two...
Messages 853 - 882 of 13776   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help