forked from VimPlug/jedi
fix a typo
This commit is contained in:
@@ -45,7 +45,7 @@ def setup_readline():
|
|||||||
except IndexError:
|
except IndexError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
readline.set_completer(JediRL().get_item)
|
readline.set_completer(JediRL().complete)
|
||||||
|
|
||||||
readline.parse_and_bind("tab: complete")
|
readline.parse_and_bind("tab: complete")
|
||||||
# No delimiters, Jedi handles that.
|
# No delimiters, Jedi handles that.
|
||||||
|
|||||||
Reference in New Issue
Block a user