1
0
forked from VimPlug/jedi

fixed dict problems

This commit is contained in:
David Halter
2013-02-20 22:37:32 +04:30
parent 06a54f30a8
commit f2cdf03e6e
2 changed files with 12 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ class Script(object):
for c in names:
completions.append((c, s))
if not dot: # named_params have no dots
if not dot: # named params have no dots
call_def = self.get_in_function_call()
if call_def:
if not call_def.module.is_builtin():