v
v copied to clipboard
v: Rename variable it into index
- Fix #17541, avoid confusion by renaming
itvariable in array initialization syntax intoindex.
imho, V would have to support both for a while, then vfmt should be made to convert the it to index, then after a while there should be a deprecation notice for it, and after that it can be removed in this context. Renaming it in one go is disruptive.
Great work!