1
0
forked from VimPlug/jedi

fix problems with literals, finally

This commit is contained in:
David Halter
2013-09-06 00:40:08 +04:30
parent c3ba7d2ae8
commit 33711ba966
6 changed files with 12 additions and 9 deletions

View File

@@ -529,8 +529,7 @@ class Script(object):
if call is None:
user_stmt = self._user_stmt()
if user_stmt is not None and isinstance(user_stmt, pr.Statement):
call, index, _ = helpers.search_call_signatures(
user_stmt, self._pos)
call, index, _ = helpers.search_call_signatures(user_stmt, self._pos)
debug.speed('func_call parsed')
return call, index