diff --git a/jedi/debug.py b/jedi/debug.py index 8caf1acc..a4fd8646 100644 --- a/jedi/debug.py +++ b/jedi/debug.py @@ -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.