mirror of
https://github.com/neovim/neovim.git
synced 2026-07-29 20:08:03 +00:00
Problem: Cannot opt-out of "WARNING: The file has been changed since reading it!!!", even with ":write!". Solution: Change ":write!" to skip the warning. closes #7270