Add ambiwidth problems information to troubleshooting section
This commit is contained in:
parent
83f4236a2c
commit
a8ccfd4350
|
@ -86,6 +86,13 @@ The colors look weird in iTerm2!
|
||||||
contrast" slider in the color tab of your OS X settings.
|
contrast" slider in the color tab of your OS X settings.
|
||||||
* Please disable background transparency to resolve this issue.
|
* 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!
|
I receive a ``NameError`` when trying to use Powerline with MacVim!
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
and then use the stack trace to search for existing issues or to create a new
|
||||||
one.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue