... Use the "mvim" script, see ":h mvim" (actually, take a general look at ":h macvim-start"). To open a file in an already open window you can pass the...
10971
garfield
boarder4021@...
Nov 3, 2009 9:36 pm
I'll see how I can do it from the Vimperator addon in Firefox, as that's what I'm using. It's also where I got the idea for :tabattach / :tabdetach. They have ...
10972
Matt Tolton
matt@...
Nov 3, 2009 9:39 pm
... Yes, vim doesn't support it. :) I sent a patch to the list awhile back that did this, but there were some issues that I never ironed out. ... ...
10973
Arseni Buinitsky
arseni.buinitsky@...
Nov 4, 2009 11:41 am
... Yes, I do use case-sensitive fs ... I rechecked, and this is actually enough, sorry. ... In my case all includes in ruby framework start with lowercase. ...
10974
björn
bjorn.winckler@...
Nov 4, 2009 3:23 pm
... Thanks for the reply, I'll patch this right away. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
10975
thbkrshw
thbkrshw@...
Nov 4, 2009 8:30 pm
Thanks Kent, that's solve the issue for me :) ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. ...
10976
jml
mirths.wirth@...
Nov 6, 2009 11:02 pm
Hi there, I am using iTerm and I was noticing that I can use two fingers to scroll up/down with my laptop. Is this possible while I am in the CLI of vim? ...
10977
Kyle Lippincott
spectral@...
Nov 6, 2009 11:04 pm
... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
10978
jml
mirths.wirth@...
Nov 7, 2009 12:49 am
Thanks Kyle. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
10979
Tony Mechelynck
antoine.mechelynck@...
Nov 7, 2009 7:03 am
... Yes: I'm not sure about MacVim but I know that the various flavours of "X11 Vim" can run either in GUI mode or in Console mode with a single executable,...
10980
Tony Mechelynck
antoine.mechelynck@...
Nov 8, 2009 7:26 am
... If you don't know which (if any) key combo will produce 0x17 (ASCII Ctrl-W) on your keyboard, you can always use the ":winc[md]" ex- command instead —...
10981
Arseni Buinitsky
arseni.buinitsky@...
Nov 9, 2009 6:32 pm
Hi! When launching MacVim via mvim script I get the following messages into stderr (slightly after macvim process forks or something, allowing input but still...
10982
björn
bjorn.winckler@...
Nov 9, 2009 6:59 pm
... Search the archives, e.g. http://groups.google.com/group/vim_mac/browse_thread/thread/67c2bb9a1267acd6?pli=1 I was hoping somebody would come up with some...
10983
björn
bjorn.winckler@...
Nov 9, 2009 7:46 pm
... For the time being I've removed the offending object from MainMenu.nib so that this warning won't pop up anymore (I would have done this much sooner, but...
10984
Michael Guntsche
mike@...
Nov 9, 2009 8:54 pm
... Hello Björn, Why not update to Sparkle 1.5b6? I know that it is still labeled as beta but a lot of applications are already using it and apparently Andy...
10985
björn
bjorn.winckler@...
Nov 9, 2009 9:17 pm
... Hi Michael, Thanks for the suggestion. Unfortunately, the problem with the 1.5b6 binary is exactly that it _does_ contain the x86_64 binary -- if you try...
10986
Pablo Giménez
pablogipi@...
Nov 11, 2009 1:32 am
Hi. I am using MacVim with a spanish keyboard layout. I always use the termencoding=utf-8 option. My problem is that I can´t use some symbols like for example...
10987
Pablo Giménez
pablogipi@...
Nov 11, 2009 1:40 am
Just checking, now is printing characters but not the proper ones. In the spanish layout you have to press Option(Alt)+3 to get the # symbol. I am getting a...
10988
Israel Chauca Fuentes
israelchauca@...
Nov 11, 2009 3:05 am
I also use the spanish layout and termencoding is set to utf-8, but I don't have any trouble with # or any other key. Israel ... ...
10989
Pablo Giménez
pablogipi@...
Nov 11, 2009 1:59 pm
Thanks Israel. Just checking seems that in the Mac the spanish keyboard layout is in using the latin encoding rather than unicode. I don't know if this can...
10990
björn
bjorn.winckler@...
Nov 11, 2009 6:49 pm
Hi Pablo, My replies are a little out of order, I hope you can cope. ... All input that reaches MacVim is Unicode (UTF-16) ... No, you have to press Shift+3 to...
10991
linluxiang
linluxiang@...
Nov 12, 2009 12:18 am
Hi Björn, I recently changed my MacVim from snapshot 45 to snapshop 50. And I found there was a bug in the new version. I am Chinese so I use Input Method to...
10992
Joshua Bronson
jabronson@...
Nov 12, 2009 12:18 am
... I'm running a MacPorts build of snapshot50 on Snow Leopard and I'm having issues with transparency. I just came across this thread and noticed it hadn't...
10993
Kazuki Sakamoto
sakamoto.kazuki@...
Nov 12, 2009 12:52 am
Hi, ... Please try the following in Terminal.app. $ defaults write org.vim.MacVim MMUseInlineIm 0 sakamoto ...
10994
björn
bjorn.winckler@...
Nov 12, 2009 1:35 am
... Hi Josh, Use the official snapshot that I build instead, it fully supports transparency (since it is built against the 10.5 SDK). I am not working on the...
10995
björn
bjorn.winckler@...
Nov 12, 2009 1:40 am
2009/11/11 linluxiang> ... Indeed, that looks like a bug and I'll take a look at it. In the meantime you can follow Sakamoto's tip to revert back to the old...
10996
linluxiang
linluxiang@...
Nov 12, 2009 5:38 am
Hi ... Thanks very much. It work well now. ... Where Python Happens! --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
10997
Joshua Bronson
jabronson@...
Nov 12, 2009 5:27 pm
... Gotcha, thanks for the update Björn. Who knows, maybe some user in the MacPorts community who could fix it might notice the ticket I put in and send you a...
10998
Pablo Giménez
pablogipi@...
Nov 13, 2009 1:26 am
2009/11/11 björn <bjorn.winckler@...> ... Sorry Bjorn but in the Spanish layout # is Option+3, I am sure, uou you can see it in the keyboard viewer and...
10999
Craig Emery
craig.emery@...
Nov 13, 2009 8:35 am
If I build form the source myself, are there any configure options that I should use? I ask because when I ... all I get is a weird greyness to the background;...