Add ambiwidth problems information to troubleshooting section

This commit is contained in:
ZyX 2013-02-26 07:35:08 +04:00 committed by Kim Silkebækken
parent 83f4236a2c
commit a8ccfd4350
2 changed files with 13 additions and 0 deletions

View File

@ -86,6 +86,13 @@ The colors look weird in iTerm2!
contrast" slider in the color tab of your OS X settings.
* Please disable background transparency to resolve this issue.
Statusline is getting wrapped to the next line in iTerm2
--------------------------------------------------------
* Turn off “Treat ambigious-width characters as double width” in `Preferences
--> Text`.
* Alternative: remove fancy dividers and other fancy symbols from configuration.
I receive a ``NameError`` when trying to use Powerline with MacVim!
-------------------------------------------------------------------

View File

@ -44,3 +44,9 @@ I get E858/E860 error in vim (Eval did not return a valid python object)
and then use the stack trace to search for existing issues or to create a new
one.
My vim statusline is not displayed completely and has too much spaces
---------------------------------------------------------------------
* Be sure you have ``ambiwidth`` option set to ``single``.
* Alternative: remove fancy dividers and other fancy symbols from configuration.