mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +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