mirror of
https://github.com/neovim/neovim.git
synced 2026-07-24 01:40:41 +00:00
Problem: When buffers are by default `nomodifiable`, such as when Nvim starts with `-M`, the health buffer cannot be updated. Solution: Always set `modifiable` before modifying the buffer.