forked from VimPlug/jedi
invalid for loops completion should work now
This commit is contained in:
@@ -64,6 +64,14 @@ a = 1 if
|
||||
#? int()
|
||||
a
|
||||
|
||||
for for_local in :
|
||||
for_local
|
||||
#? ['for_local']
|
||||
for_local
|
||||
#?
|
||||
for_local
|
||||
|
||||
|
||||
a2 = [for a2 in [0]]
|
||||
#?
|
||||
a2[0]
|
||||
|
||||
Reference in New Issue
Block a user