1
0
forked from VimPlug/jedi

REPL completion deletes the line sometimes, fixes #293

This commit is contained in:
David Halter
2013-08-16 10:00:52 +04:30
parent 8b5e130e55
commit 4b0465a2d1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
""" named params:
>>> def a(abc): pass
...
>>> a(abc=3) # <- this stuff
"""