因为vim编辑文档未保存。再次编辑同一个文件时出现报错的解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了因为vim编辑文档未保存。再次编辑同一个文件时出现报错的解决相关的知识,希望对你有一定的参考价值。

因为vim编辑文档未保存。再次编辑同一个文件时出现报错的解决

E325: ATTENTION
Found a swap file by the name ".oldboy.txt.swp"
owned by: root dated: Sun Dec 23 22:41:46 2018
file name: /oldboy/oldboy.txt
modified: YES
user name: root host name: oldboyedu01-nb
process ID: 8244 (still running)
While opening file "oldboy.txt"
dated: Sun Dec 23 22:47:55 2018
NEWER than swap file!

(1) Another program may be editing the same file. If this is the case,
be careful not to end up with two different instances of the same
file when making changes. Quit, or continue with caution.
(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r oldboy.txt"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file ".oldboy.txt.swp"
to avoid this message.

Swap file ".oldboy.txt.swp" already exists!

解决方法:

  1. 删除以上报错信息最后一行提示的".oldboy.txt.swp"
    命令:rm -f .oldboy.txt.swp
    注意:如果自定义了alias。
    命令则是:\rm -f .oldboy.txt.swp

  2. 重新编辑:vim oldboy.txt下的内容
  3. esc后:wq 保存。

以上是关于因为vim编辑文档未保存。再次编辑同一个文件时出现报错的解决的主要内容,如果未能解决你的问题,请参考以下文章

pdf打开错误之读取本文档时出现问题(14)

git pull时出现vim窗口的解决办法

使用 Swift 5 - PDFKit 在 iOS 中编辑和保存现有的 pdf 文档

尝试保存在本地编辑的图像时出现异常

linux设置ip时出现这个

使用新 ID3 标签保存 MP3 时出现问题