mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-05 03:07:39 +08:00
REPL completion deletes the line sometimes, fixes #293
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
""" named params:
|
||||
>>> def a(abc): pass
|
||||
...
|
||||
>>> a(abc=3) # <- this stuff
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user