mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 03:00:38 +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