From 6207f90734b352ecffb5ac96b5dc523f1aa0019b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 17 Jan 2013 10:03:00 +0100 Subject: [PATCH] Add troubleshooting info about NameError in MacVim Refs #48. --- docs/source/troubleshooting.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index 8af8302b..22ef4340 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -67,3 +67,14 @@ The statusline is hidden/only appears in split windows! I'm using gVim for Windows, and ``cmd`` windows keep popping up when working in git repos! Either install ``libgit2`` and ``pygit2``, or disable the VCS segment in your user configuration to resolve this issue. + +I receive a ``NameError`` when trying to use Powerline with MacVim! + Please install MacVim using this command:: + + brew install macvim --env-std --override-system-vim + + Then install Powerline locally with ``pip install --user``, or by + running these commands in the ``powerline`` directory:: + + ./setup.py build + ./setup.py install --user