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.
|
||||
initialise.atexit_done = True
|
||||
try:
|
||||
init()
|
||||
init(strip=False)
|
||||
except Exception:
|
||||
# Colorama fails with initializing under vim and is buggy in
|
||||
# version 0.3.6.
|
||||
|
||||
Reference in New Issue
Block a user