forked from VimPlug/jedi
goto should always goto definitions, fixes #1304
This commit is contained in:
@@ -203,9 +203,10 @@ for key, value in [(1,2)]:
|
||||
#! ['for key, value in [(1,2)]: key']
|
||||
key
|
||||
|
||||
for i in []:
|
||||
#! ['for i in []: i']
|
||||
i
|
||||
#! 4 ['for y in [1]: y']
|
||||
for y in [1]:
|
||||
#! ['for y in [1]: y']
|
||||
y
|
||||
|
||||
# -----------------
|
||||
# decorator
|
||||
|
||||
Reference in New Issue
Block a user