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...
Show off your group to the world. Share a photo of your group with us.

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 10282 - 10311 of 10980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10282
... One thought came to mind: could it by any chance be that these warnings pop up when (or just after) you close a window? Björn ...
björn
bjorn.winckler@...
Send Email
May 1, 2009
10:01 am
10283
... Thanks Patrick, The problem seems to be that iTerm sets the environment variable "COLORFGBG" which Vim picks up on and changes 'background' to "dark" ...
björn
bjorn.winckler@...
Send Email
May 1, 2009
12:03 pm
10284
Hi Björn, Thanks for the tip. However setting this variable with iTerm doesn't seem to make a difference. In fact when I launch a new iTerm window I tried...
pperalta@...
Send Email
May 1, 2009
1:02 pm
10285
... How odd. That variable is definitely the problem over here. Try the following: 1. run "mvim" from iTerm, type ":!export" when it starts 2. do the same...
björn
bjorn.winckler@...
Send Email
May 1, 2009
1:50 pm
10286
... No, but I have noticed that there seems to be some correlation with when I resize a window. It doesn't happen all the time but often enough that it could...
Adam Mercer
ramercer@...
Send Email
May 1, 2009
3:24 pm
10287
... Most of the MacVim menus are identical to gvim, including the "select font..." item that brings up a dialog. Of course, the only way to save the font...
graywh
graywh@...
Send Email
May 1, 2009
5:19 pm
10288
Hi Björn, I saved the output and did a diff: $ diff terminal.txt iterm.txt 12c12 < declare -x LANG="en_US.UTF-8" ... 30,31c30 < declare -x...
pperalta@...
Send Email
May 1, 2009
7:14 pm
10289
... Hmmm. I seem to recall that Vim tries to "guess" if the background of the terminal window is dark or light on launch. I am guessing that for some reason...
björn
bjorn.winckler@...
Send Email
May 1, 2009
8:47 pm
10290
Hi, I ran into a problem with MacVim. I'm not sure where it comes from. The problem can be reproduced as follows: 1. Source the attached file. 2. Create a new...
Meikel Brandmeyer
mb@...
Send Email
May 1, 2009
9:26 pm
10291
... I can confirm this crash on Snapshot 45, OS X 10.5.6, Intel. I'm not very familiar with Vim core either so I'm not sure how to go about debugging this...
björn
bjorn.winckler@...
Send Email
May 1, 2009
10:31 pm
10292
Hi, Regarding the vim-latex menus: I had the same problem and ended up editing the vim-latex files as a workaround. It seems MacVim has a problem with...
Maximilian Nickel
max.nickel@...
Send Email
May 2, 2009
2:28 am
10293
Hi, ... This was a bug in core vim. I've submitted a fix: http://groups.google.com/group/vim_dev/browse_thread/thread/24a59dfe042901df Let's hope it gets...
Nico Weber
nicolasweber@...
Send Email
May 2, 2009
11:19 pm
10294
If this patch is general (i.e., it doesn't break Vim-LaTeX on other systems), you should definitely post it to the vim-latex-devel list: Vim-Latex Mailing List...
Ted Pavlic
ted@...
Send Email
May 3, 2009
2:12 pm
10295
I agree with Ted -- send it on to the Vim-Latex list. Assuming that the text after <tab> will show on the menus of all systems is a bad assumption. The text...
björn
bjorn.winckler@...
Send Email
May 3, 2009
2:28 pm
10296
Hi Björn, The workaround works as advertised. Thanks again, and let me know if you want me to try anything else in a future release. -Patrick ... -- Patrick...
Patrick Peralta
pperalta@...
Send Email
May 5, 2009
12:40 pm
10297
... What is wrong with Cream? It seems to try and integrate "more" into Windows. Robert --~--~---------~--~----~------------~-------~--~----~ You received this...
R. Hicks
sigzero@...
Send Email
May 6, 2009
9:34 pm
10298
Hello, The attached patch tells OS X that MacVim can edit reStructuredText files. Travis Jeffery --~--~---------~--~----~------------~-------~--~----~ You...
Travis Jeffery
travisjeffery@...
Send Email
May 6, 2009
10:38 pm
10299
Attached is a patch to tell OS X that MacVim edits rst files. --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Travis Jeffery
travisjeffery@...
Send Email
May 7, 2009
1:47 am
10300
Hi Travis, ... thanks for the patch. I think "rst" is not common enough to warrant its own doc icon, though. Do you think using the generic doc icon for rst...
Nico Weber
nicolasweber@...
Send Email
May 7, 2009
4:13 am
10301
Yeah, I agree. Here's the updated patch: --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
Travis Jeffery
travisjeffery@...
Send Email
May 7, 2009
6:55 am
10302
Whenever I try to use :make it fails (appears the cwd for the file is incorrect) - example !make 2>&1| tee /var/folders/3a/3aHhikj0HIio0xqUSFXaDE+++TI/-Tmp-/ ...
mark.burge
mburge@...
Send Email
May 7, 2009
3:26 pm
10303
... Maybe you just need to change the pwd? Inside Vim: 1. See what the pwd is by typing ":pwd" 2. If it is not what you wanted it to be, type ":cd path/to/dir"...
björn
bjorn.winckler@...
Send Email
May 7, 2009
5:31 pm
10304
... This is not the right group for such a specific question. This group is about problems related with _using_ already compiled versions of Vim. Problems...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 10, 2009
8:04 am
10305
... Thanks for the patch Travis. I have pushed it to the public repo now. Björn (P.S. Next time, please use git-format-patch when submitting a patch....
björn
bjorn.winckler@...
Send Email
May 11, 2009
4:37 pm
10306
Woh, never even knew about git format-patch. Very nice, I'll use that next for sure. Thanks. Travis Jeffery travisjeffery@... ... ...
Travis Jeffery
travisjeffery@...
Send Email
May 11, 2009
4:52 pm
10307
... to build MacVim, follow the procedure documented here: http://code.google.com/p/macvim/wiki/Building once you've verified that you can do that, you can...
Steve Huff
hakamadare@...
Send Email
May 11, 2009
7:17 pm
10308
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
Send Email
May 12, 2009
8:08 pm
10309
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
Send Email
May 12, 2009
8:24 pm
10310
... Same problem. ... I use this since I couldn't find where to remap Cmd-B: if filereadable("Makefile") set makeprg = make\ -j map <C-b> :cd...
Skammer
skammer312@...
Send Email
May 12, 2009
8:53 pm
10311
... Are you the same person that started this thread or this another report of the same problem (I can't tell from the email address)? ... The ":h...
björn
bjorn.winckler@...
Send Email
May 13, 2009
7:11 pm
Messages 10282 - 10311 of 10980   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