forked from VimPlug/jedi
variable set in the wrong place
This commit is contained in:
@@ -408,9 +408,9 @@ class Script(object):
|
|||||||
except NotFoundError:
|
except NotFoundError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
user_stmt = self._parser.user_stmt
|
||||||
if call is None:
|
if call is None:
|
||||||
# This is a backup, if the above is not successful.
|
# This is a backup, if the above is not successful.
|
||||||
user_stmt = self._parser.user_stmt
|
|
||||||
call, index = check_user_stmt(user_stmt)
|
call, index = check_user_stmt(user_stmt)
|
||||||
if call is None:
|
if call is None:
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user