came across this error on my linux computer:
E325: ATTENTION
Found a swap file by the name
and found an article by Richard Bronoski.
He says this is because some process has not properly closed the file down.
So, open the file, type r to recover at the prompt. Save the file as tmp using
:w tmp
Then diff the two files to see what’s changed. Remove the swap file.