Replace all ASCII double quotes with Unicode quotes in documentation
This commit is contained in:
parent
b94cfd98a4
commit
2b5e9e0dc1
|
@ -41,7 +41,7 @@ Features
|
||||||
user configuration across all of Powerline’s supported applications.
|
user configuration across all of Powerline’s supported applications.
|
||||||
* **Fast and lightweight, with daemon support for even better performance.**
|
* **Fast and lightweight, with daemon support for even better performance.**
|
||||||
Although the code base spans a couple of thousand lines of code with no
|
Although the code base spans a couple of thousand lines of code with no
|
||||||
goal of "less than X lines of code", the main focus is on good performance
|
goal of “less than X lines of code”, the main focus is on good performance
|
||||||
and as little code as possible while still providing a rich set of
|
and as little code as possible while still providing a rich set of
|
||||||
features. The new daemon also ensures that only one Python instance is
|
features. The new daemon also ensures that only one Python instance is
|
||||||
launched for prompts and statuslines, which provides excellent
|
launched for prompts and statuslines, which provides excellent
|
||||||
|
|
|
@ -27,7 +27,7 @@ Features
|
||||||
user configuration across all of Powerline’s supported applications.
|
user configuration across all of Powerline’s supported applications.
|
||||||
* **Fast and lightweight, with daemon support for even better performance.**
|
* **Fast and lightweight, with daemon support for even better performance.**
|
||||||
Although the code base spans a couple of thousand lines of code with no
|
Although the code base spans a couple of thousand lines of code with no
|
||||||
goal of "less than X lines of code", the main focus is on good performance
|
goal of “less than X lines of code”, the main focus is on good performance
|
||||||
and as little code as possible while still providing a rich set of
|
and as little code as possible while still providing a rich set of
|
||||||
features. The new daemon also ensures that only one Python instance is
|
features. The new daemon also ensures that only one Python instance is
|
||||||
launched for prompts and statuslines, which provides excellent
|
launched for prompts and statuslines, which provides excellent
|
||||||
|
|
|
@ -14,7 +14,7 @@ I can’t see any fancy symbols, what’s wrong?
|
||||||
* If you’re using rxvt-unicode, make sure that it’s compiled with the
|
* If you’re using rxvt-unicode, make sure that it’s compiled with the
|
||||||
``--enable-unicode3`` flag.
|
``--enable-unicode3`` flag.
|
||||||
|
|
||||||
The fancy symbols look a bit blurry or "off"!
|
The fancy symbols look a bit blurry or “off”!
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
* Make sure that you have patched all variants of your font (i.e. both the
|
* Make sure that you have patched all variants of your font (i.e. both the
|
||||||
|
|
|
@ -15,8 +15,8 @@ I can’t see any fancy symbols, what’s wrong?
|
||||||
The colors look weird in the default OS X Terminal app!
|
The colors look weird in the default OS X Terminal app!
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
* The arrows may have the wrong colors if you have changed the "minimum
|
* The arrows may have the wrong colors if you have changed the “minimum
|
||||||
contrast" slider in the color tab of your OS X settings.
|
contrast” slider in the color tab of your OS X settings.
|
||||||
* The default OS X Terminal app is known to have some issues with the
|
* The default OS X Terminal app is known to have some issues with the
|
||||||
Powerline colors. Please use another terminal emulator. iTerm2 should work
|
Powerline colors. Please use another terminal emulator. iTerm2 should work
|
||||||
fine.
|
fine.
|
||||||
|
@ -24,8 +24,8 @@ The colors look weird in the default OS X Terminal app!
|
||||||
The colors look weird in iTerm2!
|
The colors look weird in iTerm2!
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
* The arrows may have the wrong colors if you have changed the "minimum
|
* The arrows may have the wrong colors if you have changed the “minimum
|
||||||
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
|
Statusline is getting wrapped to the next line in iTerm2
|
||||||
|
|
Loading…
Reference in New Issue