As I mentioned in previous change, please stop implementing this. This is breaking compatibility.
let blue = "blue"
echo 2 *{blue: 3}.blue
Older vim output 6. But new vim output "2 3".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
I think scriptversion should be increased at least.
so Vim plugin authors who want to use the new syntax just write :scriptversion {nr},
while keeping backward compatibility.
As I mentioned in above, this break backward compatibility.