forked from VimPlug/jedi
Fix REPL completion param name completion
There were two issues: 1. The filter for parameters was wrong 2. In general the equal sign would not be added in some circumstances
This commit is contained in:
@@ -95,6 +95,7 @@ def setup_readline(namespace_module=__main__):
|
||||
)
|
||||
before = text[:len(text) - len(name)]
|
||||
completions = interpreter.completions()
|
||||
logging.debug("REPL completions: %s", completions)
|
||||
except:
|
||||
logging.error("REPL Completion error:\n" + traceback.format_exc())
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user