The latest snapshot seems to use 32 bit rather than 64 bit. Can you post a 64 bit binary? -- You received this message from the "vim_mac" maillist. Do not...
Scrolling, moving, typing, etc. are all a bit sluggish on the new rMBP. I've moved to native vim in iTerm2 in the meantime, which is quite fast, but I much...
I'm sending this here rather than to vim_use because it's a Mac-specific problem, even though it's about the official console vim from Bram's hg repo (aka...
The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to...
I don't know if this is a bug, or even if it is, whether it's a bug in MacVim, but it is of interest. To reproduce: 0. Have MacVim as an open app (there...
The following seems like a bug, but it's only a minor irritant and is not worth the effort to fix just for its own sake. But on the off chance it's really a...
I have been trying to install vim 7.3 on my mac. I am using the default install options having not edited the Makefile. I simply run: make make install The...
I think There is a bug in MacVim regarding multibyte characters. It only happens when the Experimental Renderer is turned ON. To reproduce: 1. make a new...
While in command mode I try to for example '3fa' - find third occurence of 'a'. It doesn't respond. In Terminal.app I do the same in vim and it works. How to...
Hi there, I found the fix for the zsh problem in the troubleshooting page on the wiki and it works perfectly for me if I launch macvim in any sort of ordinary...
New to vim. Just installed MacVim "Snapshot 64". Why is there a Python menu? How can I get rid of it? Thanks- Chap -- You received this message from the...
Hi there, I'm getting the E315 error when I follow these steps: 1. Open the attached file in a text editor. 2. Open the file in MacVim with this command: mvim...
Hi! I'm using: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 4 2012 19:19:42) MacOS X (unix) version Included patches: 1-531 The default matchpairs are: ...
At one point I had a working macvim package that I just downloaded and copied into Applications, but I also wanted it to work from the terminal in place of vim...
So I configured NERD Tree with macVim and it works for the first tab. However when I open docs in new tabs (any fashion: Finder, command- line, etc) NERD Tree...
Hi, which $PATH does MacVim use? When I do :!echo $PATH it significantly differs from the path I use in zsh or bash. Where do I set the $PATH for MacVim? Niels...
Hi All, I recently switched to OS X Snow Leopard from Fedora and was wondering about building MacVim. According to the GitHub build instructions you do the...
Somehow, when I was getting started with vim, I ended up with a vim installation to ~\ and a MacVim installation in \Applications. Before I started using...
No matter what I do I cannot bind <Tab> to autocompletion in insert mode. I've tried removing my vimrc and just having set nocompatible and it still doesn't...
I am trying to create a macVim environment that allows files when double clicked from the Finder and opened via a command-line to be opened in MacVim in tabs. ...
Is MacVim multithreaded? When I am doing things like ... and I want to exit from full-screen (Lion full-screen), the interface does not respond. Is that normal...
Don't know how it happened. I'd shut it down after making some changes to the .vimrc settings of a critical plugin---vim-addon-manager. When I went to restart...
I opened a file (foo.f90) with macvim that had the .f90 suffix. Then, I realized I wanted it preprocessed. [No jokes about fortran ... space shuttle quality...
Hi, I'm using vim 7.3 on Mac 10.7.4. If I am editing a file using vim, I can copy text by highlighting it and pressing 'y'. How can I paste that text into...
Hello, Every time an OS X "beep" warning sound should be played, my MacVim buffer hangs for a few seconds before becoming responsive again, and no sound is...
It looks like some of the links that are on the download page are outdated. But some are fresh and show a recent build. http://www.vim.org/download.php#mac To...
Hi all, For the time being, I'm handling the snow leopard builds of MacVim from my github account[1]. Björn got a report[2] of that build having problems...
I have trouble with macvim url handler on mac os 10.7.4 and macvim snapshot 64. When I try "mvim://open?url=file:///file" nothing happens. Just open macvim but...