forked from VimPlug/jedi
fixed the dict problem, but dictionary completions are still very bad
This commit is contained in:
@@ -212,7 +212,7 @@ f()
|
||||
d = dict({'a':''})
|
||||
def y(a):
|
||||
return a
|
||||
#? str()
|
||||
#?
|
||||
y(**d)
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user