1
0
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:
Dave Halter
2018-03-18 01:05:59 +01:00
parent 11b7e95ecc
commit 1672613d04

View File

@@ -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.