Answers:
来自:help swap-exists
:
D Delete the swap file. Use this when you are sure you no longer need it.
For example, when it doesn't contain changes, or when the file itself is
newer than the swap file.
On Unix this choice is only offered when the process that created the
swap file does not appear to be running.
因此,听起来好像Vim以某种方式相信另一个Vim进程仍在该文件上积极运行。
:help swap-exists
。我总是对选择感到困惑。
您的第二个问题:“如何获取vim以便允许我从vim中删除交换文件”
在这里回答:删除我已经从中恢复的Vim交换文件的最简单方法是什么?