forked from VimPlug/jedi
Make sure that goto on a subscript colon doesn't crash
This commit is contained in:
@@ -45,6 +45,9 @@ b[int():]
|
||||
#? list()
|
||||
b[:]
|
||||
|
||||
#? 3
|
||||
b[:]
|
||||
|
||||
#? int()
|
||||
b[:, 1]
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user