mirror of
https://github.com/neovim/neovim.git
synced 2026-06-30 06:51:13 +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