forked from VimPlug/jedi
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