errors.fyi community error code reference
E45
vim

'readonly' option is set (add ! to override)

A write command was issued on a buffer opened in read-only mode. Use :w! to force the write, or :set noreadonly to clear the option first.

References

← all namespaces