Skip to content

Instantly share code, notes, and snippets.

@technicalpickles
Created August 2, 2011 02:40
Show Gist options
  • Save technicalpickles/1119488 to your computer and use it in GitHub Desktop.
Save technicalpickles/1119488 to your computer and use it in GitHub Desktop.
errors on Lion with MacVim when switching between buffers
Error detected while processing function <SNR>31_ActivateBuffer:
line 6:
E684: list index out of range: 1
@technicalpickles
Copy link
Author

The fix was to install MacVim using homebrew, i.e.:

brew install macvim
mkdir ~/Applications
brew linkapps

@throck
Copy link

throck commented Apr 20, 2012

I had the same issue; the brew install did not solve it for me. It turned out to be a stale version of bufexplorer (7.2.2) - upping to latest (7.2.8) resolved it.

@armw4
Copy link

armw4 commented Sep 5, 2012

I think you are right in that it's bufexplorer. When I use that plugin I get a similar error. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment