mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +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