1
0
forked from VimPlug/jedi

invalid goto syntax

This commit is contained in:
David Halter
2013-07-23 00:19:58 +02:00
parent 471f492f12
commit 52c8340d72
3 changed files with 12 additions and 3 deletions

View File

@@ -795,6 +795,8 @@ def filter_private_variable(scope, call_scope, var_name):
def goto(stmt, call_path=None):
if call_path is None:
commands = stmt.get_commands()
if len(commands) == 0:
return [], ''
# Only the first command is important, the rest should basically not
# happen except in broken code (e.g. docstrings that aren't code).
call = commands[0]