mirror of
https://github.com/zoriya/vim.git
synced 2026-05-19 13:42:55 +00:00
9f5842e63f
Problem: When a channel appends to a buffer that is 'nomodifiable' there is
an error but appending is done anyway.
Solution: Add the 'modifiable' option. Refuse to write to a 'nomodifiable'
when the value is 1.