vim html 错误,vim报错解决方法小结

在尝试编辑文件'num.txt'时,遇到了一个由root用户于2018年1月15日创建的swap文件'.num.txt.swp'。这通常意味着另一个程序可能正在编辑同一个文件。你可以选择以只读方式打开,谨慎编辑,恢复已有的修改,或者删除swap文件继续。要恢复修改,可以使用':recover'或'vim-r num.txt',完成后再删除swap文件。
摘要由CSDN通过智能技术生成

```

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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值