errors.fyi community error code reference
E46
vim

Cannot change read-only variable

An assignment was made to a variable that is read-only, such as a built-in Vim variable prefixed with v: that does not allow modification.

References

โ† all namespaces for E46