Snapshot 74 for OS X 10.10

301 views
Skip to first unread message

Douglas Drumond

unread,
Feb 23, 2015, 5:44:06 AM2/23/15
to vim...@googlegroups.com
Sorry for the delay, finally I published a new snapshot of MacVim. You can find snapshot 74 at https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74

Please let me know if you run into problems.

--
Douglas Drumond

RPDooling

unread,
Feb 23, 2015, 6:13:25 AM2/23/15
to vim...@googlegroups.com
Thank you, Douglas! Much appreciated!

RPDooling

unread,
Feb 23, 2015, 6:51:02 AM2/23/15
to vim...@googlegroups.com
I tried using the snapshot 74 and I get a stunted dropdown menu, see attached image, and I can't open any files.

If I use "Open Recent" the files are listed there but when I select one, I can't see it to edit it. MacVim appears to be just a toolbar with no editing screen.

Screen Shot 2015-02-23 at 5.45.21 AM.png

Douglas Drumond

unread,
Feb 23, 2015, 7:18:22 AM2/23/15
to vim...@googlegroups.com

On Mon, Feb 23, 2015 at 8:51 AM, RPDooling <rpdo...@gmail.com> wrote:
>
>
> I tried using the snapshot 74 and I get a stunted dropdown menu, see attached image, and I can't open any files.
>
> If I use "Open Recent" the files are listed there but when I select one, I can't see it to edit it. MacVim appears to be just a toolbar with no editing screen.


I found some bugs at work. mvim -u NONE starts fine, probably is related with some options related to plugins (I got a lot of conflicts merging with main Vim).

Please refrain from updating, I'll check when I get back home. Sorry.


--
Douglas Drumond

RPDooling

unread,
Feb 23, 2015, 7:23:27 AM2/23/15
to vim...@googlegroups.com
No worries. I reverted to 73 Yosemite and it works fine.

From here

https://github.com/douglasdrumond/macvim/releases/tag/snapshot-73

Charles

unread,
Feb 23, 2015, 2:12:39 PM2/23/15
to vim...@googlegroups.com
Douglas Drumond wrote:
> Sorry for the delay, finally I published a new snapshot of MacVim. You
can
> find snapshot 74 at
> https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74 Please
let me know if you run into problems.


Wonderful, thanks. And FWIW, I'm not yet experiencing the bugs that were
reported.

One small thing: after updating the repo with git, and doing "git log", I
see that many of the commit messages are messed up. The one right before
the Snapshot 74 commit, for instance. But mainly what I see is, there are
tabs strewn about that really make the display of the log hard to read in
some cases. Look at the log for commit for 7.4.471. Often when the
"Problem: such and such" or "Solution: such and such" part takes more than
one line, the second line is improperly indented because the second line
starts with a tab.

I don't know how those tabs are getting in there, but they're not supposed
to be there. They're not in the hg repo for vim, and they weren't in the
b4winckler repo either. I wonder if the commit messages are created in
Vim and you have something set that auto-inserts tabs?

Cheers,
Charles




Limin Tang

unread,
Feb 23, 2015, 3:04:08 PM2/23/15
to vim...@googlegroups.com
Hi Doug,

Could you also fix the issue that black bars on the top and bottom of Vim window in native full screen mode on Yosemite? I posted a fix a while ago; but if you have a better fix, please ignore my post. Thanks.

Charles

unread,
Feb 23, 2015, 4:39:38 PM2/23/15
to vim...@googlegroups.com


Charles wrote:
> Douglas Drumond wrote:
>> Sorry for the delay, finally I published a new snapshot of MacVim. You
> can
>> find snapshot 74 at
>> https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74 Please
> let me know if you run into problems.

On the github page, it says there are 3400 (!!!) releases. Is that
intentional? I hope not, as it makes it hard for the user to navigate to
earlier snapshots.

-Charles

Douglas Drumond

unread,
Feb 23, 2015, 6:04:37 PM2/23/15
to vim...@googlegroups.com

On Mon, Feb 23, 2015 at 6:39 PM, Charles <mv...@forallx.net> wrote:
>
> On the github page, it says there are 3400 (!!!) releases.  Is that
> intentional?  I hope not, as it makes it hard for the user to navigate to
> earlier snapshots.


That was a problem when I pulled Vim source. Accidentally I also pulled all the tags and GitHub marks them as releases. Fixing it now.


--
Douglas Drumond

Douglas Drumond

unread,
Feb 23, 2015, 6:05:13 PM2/23/15
to vim...@googlegroups.com

On Mon, Feb 23, 2015 at 5:04 PM, Limin Tang <limi...@gmail.com> wrote:
>
> Hi Doug,
>
> Could you also fix the issue that black bars on the top and bottom of Vim window in native full screen mode on Yosemite? I posted a fix a while ago; but if you have a better fix, please ignore my post. Thanks.


I'll look into your fix. Thanks for helping.


--
Douglas Drumond

Bee

unread,
Feb 24, 2015, 4:12:26 AM2/24/15
to vim...@googlegroups.com
Thank you Douglas.

FWIW
I compiled the source from github on osx 10.5.8 PowerBook ppc g4 and it is working. Any thing you would like me to test?
-- Bill

Federico Calboli

unread,
Feb 26, 2015, 2:22:10 AM2/26/15
to vim...@googlegroups.com
Hi Douglas, would you say that is safe to update now?

Thank you for your work, it is much appreciated!

Federico

Douglas Drumond

unread,
Mar 2, 2015, 5:50:55 AM3/2/15
to vim...@googlegroups.com

On Thu, Feb 26, 2015 at 4:22 AM, Federico Calboli <f.ca...@gmail.com> wrote:
Hi Douglas,  would you say that is safe to update now?

​The crashes I could reproduce in my machine are gone, but I'm not totally confident. I uploaded to https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74 and marked as release candidate. I'll try at work to see if I run into problems too.​


Douglas Drumond

unread,
Mar 2, 2015, 7:13:31 AM3/2/15
to vim...@googlegroups.com

On Mon, Mar 2, 2015 at 7:50 AM, Douglas Drumond <drumond...@gmail.com> wrote:
On Thu, Feb 26, 2015 at 4:22 AM, Federico Calboli <f.ca...@gmail.com> wrote:
Hi Douglas,  would you say that is safe to update now?

​The crashes I could reproduce in my machine are gone, but I'm not totally confident. I uploaded to https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74 and marked as release candidate. I'll try at work to see if I run into problems too.​

At work it used to crash instantly but now it's working fine.​ I haven't run into problems yet.

RPDooling

unread,
Mar 2, 2015, 10:58:33 PM3/2/15
to vim...@googlegroups.com
Snapshot 74 working here in Yosemite 10.10.2

Thank you, Douglas!

GornLives

unread,
Mar 18, 2015, 1:26:23 AM3/18/15
to vim...@googlegroups.com
Any chance this is going to go up on homebrew? It looks like homebrew is currently still looking at:

>macvim: stable 7.4-73, HEAD
>https://code.google.com/p/macvim/
>From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/macvim.rb

Thanks!

Peter Shenkin

unread,
Mar 18, 2015, 2:44:15 AM3/18/15
to vim...@googlegroups.com
I just noticed 74 and replaced 73 on my Yosemite system. I wasn't aware it had just been released. Prior to that I was seeing msgs in the tty that said:

2015-03-18 00:08:47.288 MacVim[11180:2170105] Communications error: <OS_xpc_error: <error: 0x7fff71e40b60> { count = 1, contents =
"XPCErrorDescription" => <string: 0x7fff71e40fa8> { length = 22, contents = "Connection interrupted" }

I haven't used 74 long enough to know whether these will go away, but it was these msgs that led me to check for an update.

-P.

Reply all
Reply to author
Forward
0 new messages