1
0
forked from VimPlug/jedi

fixed position error with test

This commit is contained in:
David Halter
2012-08-31 17:52:07 +02:00
parent 654b845e71
commit 469388d72d
3 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ b = 1; b = ""
#? str()
b
# temp should not be accessible before definition
#? []
temp
a = 1
temp = b;
b = a