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 5964 - 5993 of 10989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5964
... This is another stab in the dark, but how about if you start MacVim without forking on the command line? I.e. use the "-f" switch: ...
björn
bjorn.winckler@...
Send Email
Jan 3, 2008
3:37 pm
5965
I tried /Applications/MacVim.app/Contents/MacOS/Vim -f -g with no luck. As far as I can tell, it behaves the same way as invoking mvim from the command line. ...
mick
mickmcquaid@...
Send Email
Jan 4, 2008
10:24 pm
5966
... Doing `mvim *.m` opens all .m files in the current directory. `mvim **/ *.m` opens all .m files in the current directory and all subdirectories. The files...
Nico Weber
nicolasweber@...
Send Email
Jan 4, 2008
10:34 pm
5967
Oh, I guess I was not being clear. Of course, I can do all these things, mvim *.m, mvim **/*.m, mvim -p *.m, and mvim --remote-tab file.m, but I have no...
mick
mickmcquaid@...
Send Email
Jan 4, 2008
11:12 pm
5968
... I see. Perhaps you can use `:argadd **/*.m` in a running vim with working clipboard followed by a `:tab ball` to open all the buffers in tabs. Nico ...
Nico Weber
nicolasweber@...
Send Email
Jan 4, 2008
11:16 pm
5969
Thanks for the interesting but (I think) not-related suggestion of opening the files in tabs. Saying ... would be really helpful, if I could then open these...
mick
mickmcquaid@...
Send Email
Jan 5, 2008
12:43 am
5970
... will do what you want. Hope this helps! ... -- Bem Jones-Bey (bem@...) --~--~---------~--~----~------------~-------~--~----~ You received this...
Bem Jones-Bey
bem@...
Send Email
Jan 5, 2008
1:16 am
5971
Yes, Thank you! By the way, since I wrote the last message, I was searching for something like this and found a tip saying ... did so, and now I see that al,...
mick
mickmcquaid@...
Send Email
Jan 5, 2008
1:19 am
5972
Hi, I recently had trouble compiling Vim on Mac OS X 10.4.9 with GTK2 GUI. As is mentioned in the Vim source, the X headers and Mac headers clash horribly....
Ben Schmidt
mail_ben_schmidt@...
Send Email
Jan 5, 2008
10:00 am
5973
[This copy contains the attachment. Also, I forgot to mention that simply changing the logic of preprocessing in, say, vim.h doesn't solve the problem....
Ben Schmidt
mail_ben_schmidt@...
Send Email
Jan 5, 2008
10:03 am
5974
... I suppose you had to do this because MACOS_CONVERT is defined. Can't you change vim.h not to define MACOS_CONVERT when building with GTK? ... This isn't...
Bram Moolenaar
Bram@...
Send Email
Jan 5, 2008
1:07 pm
5975
Hello, I've got an annoying problem. When entering insert mode with "i" button, my system keyboard layout changes to opposite (Russian). Can't even imagine...
Dmitry Zubov
Dmitry.Zubov@...
Send Email
Jan 5, 2008
6:28 pm
5976
Actually, I said imi=0 and this solves the problem. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
Dmitry Zubov
Dmitry.Zubov@...
Send Email
Jan 5, 2008
6:33 pm
5977
... You might want to ":set imd" instead to disable input mode switches completely, otherwise the input mode will switch when you hit "/". I've noticed that...
björn
bjorn.winckler@...
Send Email
Jan 5, 2008
7:03 pm
5978
I've encountered a problem with 0712B that I'm 95% sure used to work with the previous release, though I could be wrong...! In my .gvimrc I have a function...
ant
antony.baxter@...
Send Email
Jan 6, 2008
3:25 am
5979
... I can confirm this bug and it is not something I have come across before. Thanks for the report. /Björn ...
björn
bjorn.winckler@...
Send Email
Jan 6, 2008
1:02 pm
5980
I'm running MacVim 7.1.168. ... on my second monitor, MacVim disappears. When I use Expose to show all of the applications, it seems to fly in from way off on...
Ted Pavlic
ted@...
Send Email
Jan 7, 2008
4:20 am
5981
Hi, ... I see the problem, and it's easy to fix (hooray). I'll add some related things (don't hide menubar/dock if fullscreen is activated on a secondary...
Nico Weber
nicolasweber@...
Send Email
Jan 7, 2008
3:22 pm
5982
Note: It's nice that the second screen *doesn't* go all black. That (in theory) should let me put Skim in full screen on monitor 2 and Vim in full screen on...
Ted Pavlic
ted@...
Send Email
Jan 7, 2008
3:37 pm
5983
... Sure. That's not changed. The patch is at the end of this mail. I can't figure out how to get git-send-email to work. Can someone help me with that? Bye, ...
Nico Weber
nicolasweber@...
Send Email
Jan 7, 2008
4:22 pm
5984
Hi, with the latest git version, Cmd-= crashes MacVim (it seems it actually crashes the vim process). Attaching gdb to a running MacVim yields this backtrace: ...
Nico Weber
nicolasweber@...
Send Email
Jan 7, 2008
5:18 pm
5985
... I have applied it and pushed it to the pulic repo, please check that it works (I encountered some problems, see below). ... I also can't get this to...
björn
bjorn.winckler@...
Send Email
Jan 7, 2008
7:13 pm
5986
... The font handling changed some time back yes...and I can see what the problem is, but I don't know why it happens. At the moment a pointer to an NSFont is...
björn
bjorn.winckler@...
Send Email
Jan 7, 2008
7:20 pm
5987
... I just looked into this a bit more and found a potentially fatal bug in the font management code. However, on the surface this does not seem like a fix to...
björn
bjorn.winckler@...
Send Email
Jan 7, 2008
7:33 pm
5988
... It does indeed fix the problem. Thanks for the quick fix :-) Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Nico Weber
nicolasweber@...
Send Email
Jan 7, 2008
7:57 pm
5989
... Seems to work fine. ... Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
Nico Weber
nicolasweber@...
Send Email
Jan 7, 2008
8:02 pm
5990
... src/MacVim/MMFullscreenWindow.m | 64 ++++++++++++++++++++++++++++++++++++-- 1 files changed, 60 insertions(+), 4 deletions(-) diff --git...
Nicolas Weber
nicolasweber@...
Send Email
Jan 7, 2008
9:50 pm
5991
Does this make sense? When I load (graphical) MacVim (without any colorscheme loaded), and ... Nothing happens. That is, "macvim" is the default colorscheme. ...
Ted Pavlic
ted@...
Send Email
Jan 7, 2008
10:02 pm
5992
... Yes, it is loaded in the system gvimrc: $VIM/gvimrc. You can open that file and see what is going on. ... Koehler is a dark color scheme so it sets...
björn
bjorn.winckler@...
Send Email
Jan 7, 2008
10:15 pm
5993
Neat. ... ? :) --Ted ... -- Ted Pavlic <ted@...> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
Ted Pavlic
ted@...
Send Email
Jan 7, 2008
10:24 pm
Messages 5964 - 5993 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