forked from VimPlug/jedi
enable assignment operators and add substraction support for numbers
This commit is contained in:
@@ -64,3 +64,10 @@ i += 1
|
||||
i += 1
|
||||
#? float()
|
||||
x[i]
|
||||
|
||||
i = 1
|
||||
i += 1
|
||||
i -= 3
|
||||
i += 1
|
||||
#? int()
|
||||
x[i]
|
||||
|
||||
Reference in New Issue
Block a user