mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
better semantics for jedi
This commit is contained in:
parent
87f52530e5
commit
a3b6424bda
1 changed files with 2 additions and 1 deletions
|
@ -40,5 +40,6 @@ def complete_jedi(prefix, line, start, end, ctx):
|
|||
|
||||
# register the completer
|
||||
builtins.__xonsh_ctx__['complete_jedi'] = complete_jedi
|
||||
completer add jedi complete_jedi "<python_mode"
|
||||
completer add jedi complete_jedi end
|
||||
completer remove python_mode
|
||||
del builtins.__xonsh_ctx__['complete_jedi']
|
||||
|
|
Loading…
Add table
Reference in a new issue