Add troubleshooting info for Windows gVim + git users

Closes #36.
This commit is contained in:
Kim Silkebækken 2013-01-09 13:17:57 +01:00
parent 536120aab8
commit a26d5e5319
1 changed files with 4 additions and 0 deletions

View File

@ -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.