vim报错解决方法小结

vim报错解决方法小结

E325: ATTENTION
Found a swap file by the name ".num.txt.swp"
找到一个叫".num.txt.swp"的swap文件 

          owned by: root   dated: Mon Jan 15 11:56:39 2018
         file name: /oldboy/num.txt
          modified: YES
         user name: root   host name: oldboyedu01-nb
        process ID: 6542
While opening file "num.txt"
             dated: Mon Jan 15 11:56:26 2018

(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 num.txt"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file ".num.txt.swp"
    to avoid this message.

Swap file ".num.txt.swp" 
临时文件  .num.txt.swp  已经存在。

[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:

报错原因:
Found a swap file 或 Swap file xxxx already exists!

解决流程:

方法1
确认之前的修改可以丢弃,那么直接删除这个临时文件即可。
rm .num.txt.swp -f

方法2
确认之前的修改 不能丢
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:

vim打开文件,输入R恢复之前的修改。或 vim -r
保存并退出。
删除这个临时文件即可。
rm .num.txt.swp -f

转载于:https://blog.51cto.com/12083623/2355232

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/101088.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号