1
0
forked from VimPlug/jedi

Make sure that goto on a subscript colon doesn't crash

This commit is contained in:
Dave Halter
2019-11-29 17:10:07 +01:00
parent 98b592cb68
commit 8478ad7ffb
2 changed files with 7 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ b[int():]
#? list()
b[:]
#? 3
b[:]
#? int()
b[:, 1]
#? int()