1
0
forked from VimPlug/jedi

invalid for loops completion should work now

This commit is contained in:
David Halter
2012-10-01 09:51:57 +02:00
parent eda2430ad7
commit 74fe520597
3 changed files with 12 additions and 1 deletions

View File

@@ -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]