Hi, I have uploaded a new snapshot of MacVim. Changes and download link are here:
https://github.com/b4winckler/macvim/wiki/ChangeLog Note that this will only run on 64 bit Macs with Mac OS X 10.6 or 10.7. Building with support for 10.6 was tricky -- let me know if there are problems on 10.6 (I did a quick test myself without any hiccups). This is a first attempt at supporting Lion's native full-screen. This was definitely a non-trivial change. There is lots of weird behavior with Lion full-screen (enough for a blog post, if I get the time). I'm sure there are still bugs in there. For example: * toggling the toolbar in full-screen sometimes means it is impossible to enable the toolbar once you leave full-screen * putting "set fu" in your .gvimrc and then starting with "mvim" results in the menu bar never showing up until you first leave full-screen I'm sure there are more problems (let me know if/when you find any). Perhaps there are clever ways of circumventing the two I listed above, but it might be more prudent to wait for Apple to update Lion (I don't know). I certainly wasted a lot of time struggling with similar annoyances. For those of you who are not charmed by Lion's full-screen, this one is for you: defaults write org.vim.MacVim MMNativeFullScreen 0 This incantation (typed in Terminal) will revert to MacVim's custom full-screen code (you may want to quit/restart after typing that). Re-enable native full-screen by putting a "1" where the "0" is. Björn -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php