forked from VimPlug/jedi
Merge with master
The deprecation of Python2.6 and the insertion of environments made it quite difficult to merge.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user