mirror of
https://github.com/zoriya/vim.git
synced 2026-02-11 09:16:33 +00:00
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.