mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-12 11:41:39 +08:00
Get closer to fixing a lot of issues with the completion for repl.
This commit is contained in:
@@ -88,7 +88,7 @@ def setup_readline(namespace_module=__main__):
|
||||
try:
|
||||
import readline
|
||||
except ImportError:
|
||||
print("Module readline not available.")
|
||||
print("Jedi: Module readline not available.")
|
||||
else:
|
||||
readline.set_completer(JediRL().complete)
|
||||
readline.parse_and_bind("tab: complete")
|
||||
|
||||
Reference in New Issue
Block a user