mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +00:00
Problem: UI buffers may be 'unmodifiable' and use a 'swapfile'. Solution: Set the 'modifiable' and 'noswapfile' options. Co-authored-by:phanium <91544758+phanen@users.noreply.github.com>