Hi all, I'm running the command mvim --remote-tab-silent to open file in new tab of current file and get this warning. I just wanted to point it out if it...
13371
Bram Moolenaar
Bram@...
Aug 27, 2012 7:56 pm
... A newer netrw plugin should fix this. Hmm, it's actually difficult to find. Here it is: http://www.drchip.org/astronaut/vim/index.html#NETRW -- ...
13372
Phil S
philip.streck@...
Aug 27, 2012 8:58 pm
... I downloaded the recommended plug-in and copied it to the plug-in directory in the MacVim package but am still running into the same problem. (I renamed...
13373
björn
bjorn.winckler@...
Aug 28, 2012 5:53 pm
... Thanks for the heads up. I pushed a fix for this a week or so ago: https://github.com/b4winckler/macvim/commit/259f4dee7cd3318b9a303f1234e745178fe08f6e ...
13374
Steven Michalske
smichalske@...
Aug 28, 2012 8:12 pm
Did you try the clang static analizer?...
13375
woodya
woody.anderson@...
Aug 28, 2012 10:42 pm
selected text is deleted when i type cmd-C and when i try to paste via cmd-V, the text "<D-v>" is inserted. i have this version installed: MacVim...
13376
Darcy
darcyparker@...
Aug 30, 2012 3:18 pm
Hi, Is there a new snapshot of 7.3? Or could someone create one? I like to install macvim with brew, but its latest formula uses snapshot 7.3-64 and I am...
13377
Axel Kielhorn
vim@...
Aug 30, 2012 4:49 pm
... .vba means it is a vimball, a kind of vim script installer. You’ll have to download and install vimball first: ...
13378
Darcy
darcyparker@...
Aug 31, 2012 10:13 pm
I just learned that this issue can be worked around by passing the switch --HEAD to brew. brew install macvim --HEAD --override-system-vim And macvim builds...
13379
Thomas Bohn
thbohn@...
Aug 31, 2012 11:12 pm
I use the MacVim git repo to build it, works well. The 64 snapshot is old, there has been a few commits to the repo since then. I use this for compiling, I...
13380
Niels Kobschätzki
niels@...
Aug 31, 2012 11:12 pm
Hi, I have suddenly a strange problem. When I try to open MacVim via the Dock, double-clicking it in the Application-folder or via Launchbar then MacVim will...
13381
Niels Kobschätzki
niels@...
Sep 1, 2012 5:00 am
Hi, it suddenly works again. Problem solved. Niels ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
13382
björn
bjorn.winckler@...
Sep 1, 2012 4:38 pm
Hi, I have uploaded a new snapshot of MacVim for OS X 10.8 Mountain Lion [1]. Cross-compiling Vim for several OS X versions is very difficult (mostly due to...
13383
Douglas Drumond
drumond.douglas@...
Sep 1, 2012 4:44 pm
Hello Björn, I still use Lion and I can help with this. -- Douglas Drumond http://about.me/douglasdrumond 2012/9/1 björn <bjorn.winckler@...> ... -- ...
13384
Douglas Drumond
drumond.douglas@...
Sep 1, 2012 4:46 pm
... Ooopsss, Sorry for top-posting on last message. I'm downloading source right now and I'll do it. -- Douglas Drumond http://about.me/douglasdrumond -- You...
13385
Douglas Drumond
drumond.douglas@...
Sep 1, 2012 5:45 pm
2012/9/1 björn <bjorn.winckler@...> ... Done. https://github.com/drumond19/macvim/downloads -- Douglas Drumond http://about.me/douglasdrumond -- You...
13386
Janusz Bossy
janusz.bossy@...
Sep 3, 2012 8:21 am
Hi Björn, any plans on making MacVim available on the App Store? It's just convenient to have all the apps update in one place. -- Regards, Janusz Bossy -- ...
13387
Janusz Bossy
janusz.bossy@...
Sep 3, 2012 8:30 am
... Is it just me or does the newest snapshot forget window placement between restarts? -- Janusz Bossy -- You received this message from the "vim_mac"...
13388
Frank Hellenkamp
jonas@...
Sep 3, 2012 12:19 pm
Hi Björn, ... (Besides difficulties with the App-Store, who's sandbox would restrict much of MacVims functionality e.g. direct access to files through ":e"...
13389
Myroslav Rys
stonevil@...
Sep 3, 2012 12:34 pm
Hi Frank, I have Developer ID and I can maintain MacVim build for 10.8. Sincerely, Myroslav. Myroslav Rys | myroslav@... | Infrastructure and Operations...
13390
Carl Jacobsen
lists@...
Sep 4, 2012 9:55 am
I've just switched over to snapshot 65, and turned on the Core Text renderer, and I notice that it handles underlined text differently than the Cocoa renderer...
13391
björn
bjorn.winckler@...
Sep 6, 2012 2:31 pm
... I don't think I want to use the App Store. Why? 1. Sandbox restrictions. Like Frank says, it would cripple lots of Vim functionality (as far as I...
13392
björn
bjorn.winckler@...
Sep 6, 2012 2:36 pm
... The Cocoa renderer does some kind of trickery to control the underlining. The way the Core Text renderer underlines is how it works on other GUI ports of...
13393
Janusz Bossy
janusz.bossy@...
Sep 6, 2012 2:38 pm
Hi Björn, thank you for the vast response. I did forget about the sandboxing - it would render MacVim a lot less potent without being able to access files...
13394
björn
bjorn.winckler@...
Sep 6, 2012 2:46 pm
... The automatic updates (i.e. Sparkle) caused me major maintenance headaches in the past so I had the choice of getting rid of it or never making any new...
13395
Christopher Stone
listmeister@...
Sep 7, 2012 3:02 am
Hey Björn, ... Amen. ... Even if you avoid the app-store there may be some advantages to being a registered developer. I think the fee is only $99.00 US, and...
13396
Carl Jacobsen
lists@...
Sep 7, 2012 4:17 am
... How about an in-between alternative that gets the "Check for updates..." menu item working again, without causing maintenance headaches for you? I'm...
13397
Ben Schmidt
mail_ben_schmidt@...
Sep 8, 2012 6:14 am
... Yeah, I think that's better. If you want fancy non-underlining of spaces, your Vim syntax file, or Vim itself, should do it, not MacVim. Ben. -- You...
13398
Tony Mechelynck
antoine.mechelynck@...
Sep 8, 2012 9:12 am
On Sep 7, 5:02 am, Christopher Stone <listmeis...@...> wrote: [...] ... "Only" USD 99.00, just for the privilege of calling oneself a ...
13399
Carl Jacobsen
lists@...
Sep 8, 2012 7:30 pm
... Are you on this list for any reason other than to make yourself feel smug? I've used a considerable number of Unix variants and Unix-alikes (Linux...