fix a completion in dict problem

This commit is contained in:
David Halter
2013-05-03 18:31:05 +04:30
parent 55d2b19cc0
commit a2da599d6e
2 changed files with 18 additions and 7 deletions

View File

@@ -181,6 +181,11 @@ def f():
#? dict()
f()
# completion within dicts
#? 9 ['str']
{str: str}
# -----------------
# with variable as index
# -----------------