Answers:
:help 'backupcopy'
说:
*'backupcopy'* *'bkc'*
'backupcopy' 'bkc' string (Vi default for Unix: "yes", otherwise: "auto")
global
{not in Vi}
When writing a file and a backup is made, this option tells how it's
done. This is a comma separated list of words.
The main values are:
"yes" make a copy of the file and overwrite the original one
"no" rename the file and write a new one
"auto" one of the previous, what works best
看起来只是设置'backupcopy'
为“是”应该让你得到你想要的东西。即把它放在你的.vimrc中:
set backupcopy=yes