Search the web
Sign In
New User? Sign Up
vim-mac · Vim (Vi IMproved) text editor Macintosh list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 838 - 867 of 10989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
838
... [patch snipped] This works for me on OSX 10.2.3. I will post the patch and an updated binary soon. TODO: I have not yet tried to reproduce the crash. ...
Benji Fisher
benji@...
Send Email
Feb 2, 2003
1:33 pm
839
... [patch snipped] I tried this with OSX 10.2.3 . Two problems: 1. Status messages (such as the More prompt and the Hit ENTER prompt) are not rendered...
Benji Fisher
benji@...
Send Email
Feb 2, 2003
1:39 pm
840
Vim Mac users: I have just uploaded a nre version of vim for OS X 10.2 (Jaguar) at http://macvim.swdev.org/OSX This version includes all the latest official...
Benji Fisher
benji@...
Send Email
Feb 3, 2003
5:11 pm
841
Thanks for the new binary! ... Not a huge problem but possible source of user confusion (firstly mine). Open Vim, then resize window and now grab a scroll bar....
Jay Lawrence
jlawrenc@...
Send Email
Feb 3, 2003
11:52 pm
842
... Oh - and this occurred to me - any chance of getting mouse scroll wheel support? That would be really cool. I have to ask rather than patch as I have...
Jay Lawrence
jlawrenc@...
Send Email
Feb 4, 2003
2:36 am
843
Hello, I am using vim 6.1.320 with MacOSX 10.2.3 and german keyboard. Since I changed to Jaguar I cannot use CTRL-^ to switch between buffers anymore (before...
Dirk Zimmermann
vimlist@...
Send Email
Feb 6, 2003
10:16 am
844
... Works fine with Carbon gvim (6.1.317 'official' binary) here, both on a Powerbook and a PM G4 with a Pro Keyboard. It doesnt work in Terminal, even when i...
Markus Fischer
fischer@...
Send Email
Feb 6, 2003
11:32 am
845
Hello, ... Yes here too, but I like/need the teminal version as well. ... That is a little bit strange. I guess you know, that ^ is placed on the 6 key at US...
Dirk Zimmermann
vimlist@...
Send Email
Feb 6, 2003
12:05 pm
846
On Thursday, Feb 6, 2003, at 13:04 Europe/Amsterdam, Dirk Zimmermann ... BTW for the people who like using VIM on OS X in the Terminal I can heartily recommend...
Etienne Posthumus
ep@...
Send Email
Feb 6, 2003
12:24 pm
847
... The Ctrl-Shift-6 key works, ok, i tried the same key... Its the same version, i call it from the Resources folder in /Applications. I have another version...
Markus Fischer
fischer@...
Send Email
Feb 6, 2003
1:28 pm
848
... You are welcome. Thanks for the testing. <sheepish>It looks as if some of us keyboard junkies are not very good at testing GUI features.</sheepish> ... I...
Benji Fisher
benji@...
Send Email
Feb 7, 2003
3:59 pm
849
... If you're routing around on focus code - one other thing that I would really really appreciate is when Vim starts up can it become the top window and be...
Jay Lawrence
jlawrenc@...
Send Email
Feb 8, 2003
2:17 pm
850
... The horizontal scroll bar doesn't appear while line wrapping is enabled. Did you try :set nowrap? ... Attached is a patch that should fix this. Peter...
Rain Dog
raindog@...
Send Email
Feb 8, 2003
6:57 pm
851
... I'm not seeing this. Is it a problem with all boldface text, or just status messages? ... courier:h12 does seem a bit fuzzy to me. I use monaco:h11,...
Rain Dog
raindog@...
Send Email
Feb 8, 2003
7:09 pm
852
... *************** ... if (gui_win_x != -1 && gui_win_y != -1) gui_mch_set_winpos(gui_win_x, gui_win_y); + + #ifdef USE_CARBONIZED + /* + * Make the...
Rain Dog
raindog@...
Send Email
Feb 8, 2003
7:18 pm
853
... 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...
Benji Fisher
benji@...
Send Email
Feb 10, 2003
2:48 pm
854
... 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...
Benji Fisher
benji@...
Send Email
Feb 10, 2003
3:20 pm
855
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...
Benji Fisher
benji@...
Send Email
Feb 10, 2003
8:39 pm
856
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...
Gregory Seidman
gss+vim@...
Send Email
Feb 10, 2003
8:54 pm
857
... 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 ...
Rain Dog
raindog@...
Send Email
Feb 11, 2003
4:14 am
858
... Looks like your $VIMRUNTIME isn't getting set correctly. Vim looks up colors in the file $VIMRUNTIME/rgb.txt, which should be ...
Rain Dog
raindog@...
Send Email
Feb 11, 2003
5:28 am
859
... Good call. I was setting $VIM from my .cshrc . I removed that line, and it works fine now. Thanks. --Benji Fisher...
Benji Fisher
benji@...
Send Email
Feb 11, 2003
4:04 pm
860
... 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...
Benji Fisher
benji@...
Send Email
Feb 11, 2003
4:14 pm
861
... 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...
Benji Fisher
benji@...
Send Email
Feb 11, 2003
4:33 pm
862
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...
The Shrubber
m5a08d7bsbdi001@...
Send Email
Feb 11, 2003
6:37 pm
863
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...
Gregory Seidman
gss+vim@...
Send Email
Feb 11, 2003
8:37 pm
864
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...
Gregory Seidman
gss+vim@...
Send Email
Feb 11, 2003
8:39 pm
865
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 ...
Bram Moolenaar
Bram@...
Send Email
Feb 11, 2003
8:52 pm
866
... 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...
Benji Fisher
benji@...
Send Email
Feb 11, 2003
9:31 pm
867
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...
Jason Alexander
jalex@...
Send Email
Feb 12, 2003
1:28 pm
Messages 838 - 867 of 10989   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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