forked from VimPlug/jedi
fixed statement parsing problem of list slicing
This commit is contained in:
@@ -30,6 +30,9 @@ b[8-7]
|
||||
#? list()
|
||||
b[8:]
|
||||
|
||||
#? list()
|
||||
b[int():]
|
||||
|
||||
|
||||
# -----------------
|
||||
# iterable multiplication
|
||||
|
||||
Reference in New Issue
Block a user