E325: ATTENTION
Found a swap file by the name ".weather.py.swp"
owned by: pi dated: Mon Nov 19 14:09:33 2018
file name: ~pi/robot/robot/views/weather.py
modified: YES
user name: pi host name: Yan_7152
process ID: 1338
While opening file "weather.py"
dated: Mon Nov 19 14:03:17 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 weather.py"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file ".weather.py.swp"
to avoid this message.
Swap file ".weather.py.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
做法:ls -a,然后再删除掉.filename(你上次未保存的文件名).swp文件
本文介绍了解决在使用Vim编辑器时遇到的Swap文件冲突问题的方法。当尝试打开一个文件时,如果Vim检测到该文件存在一个Swap文件,这可能意味着另一个Vim实例正在编辑同一文件,或者之前的编辑会话意外终止。文章提供了详细的步骤来解决这个问题,包括如何安全地恢复未保存的更改,以及如何避免未来出现此类问题。

被折叠的 条评论
为什么被折叠?



