1
0
forked from VimPlug/jedi

remove unused set_vars, but there are still set_vars that shouldn't be in defined_names, #205

This commit is contained in:
David Halter
2013-08-31 23:51:06 +04:30
parent 2ee7ee4473
commit 3d3157eff8
2 changed files with 16 additions and 12 deletions

View File

@@ -348,7 +348,7 @@ class Script(object):
if op and op not in lower_priority_operators:
scopes = set([keywords.get_operator(op, self._pos)])
# Fetch definition of callee
# Fetch definition of callee, if there's no path otherwise.
if not goto_path:
(call, _) = self._func_call_and_param_index()
if call is not None: