From a26d5e5319c5a2fb8f5e35e82a2c542344e3abf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Wed, 9 Jan 2013 13:17:57 +0100 Subject: [PATCH] Add troubleshooting info for Windows gVim + git users Closes #36. --- docs/source/troubleshooting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index ad9865f9..a9a85c6c 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -59,3 +59,7 @@ The statusline has a lot of ``^`` or underline characters in it! The statusline is hidden/only appears in split windows! Make sure that you have ``set laststatus=2`` in your :file:`vimrc`. + +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.