Why I am getting this error while opening the file in vim editor?
E325: ATTENTION
Found a swap file by the name ".long.c.swp" owned by: akash dated: Thu Jul 13 23:15:20 2023 file name: ~akash/emblogic/assignment1/Q8/long.c modified: YES user name: akash host name: fedora process ID: 2910 While opening file "long.c" dated: Fri Jul 14 12:45:24 2023 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 long.c" to recover the changes (see ":help recovery"). If you did this already, delete the swap file ".long.c.swp" to avoid this message.