forked from VimPlug/jedi
colorama should always color, even if it's not a shell
I need this for some_script.py | less -R
This commit is contained in:
@@ -35,7 +35,7 @@ try:
|
|||||||
# need this.
|
# need this.
|
||||||
initialise.atexit_done = True
|
initialise.atexit_done = True
|
||||||
try:
|
try:
|
||||||
init()
|
init(strip=False)
|
||||||
except Exception:
|
except Exception:
|
||||||
# Colorama fails with initializing under vim and is buggy in
|
# Colorama fails with initializing under vim and is buggy in
|
||||||
# version 0.3.6.
|
# version 0.3.6.
|
||||||
|
|||||||
Reference in New Issue
Block a user