1
0
forked from VimPlug/jedi

Fix issues with a recent refactoring

This commit is contained in:
Dave Halter
2018-01-20 21:21:58 +01:00
parent 27a3be3b42
commit 20d64cf2b3
6 changed files with 18 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ def setup_readline(namespace_module=__main__):
lines = split_lines(text)
position = (len(lines), len(lines[-1]))
name = get_on_completion_name(
interpreter._get_module_node(),
interpreter._module_node,
lines,
position
)