Home > OS >  Linux system vim setup error
Linux system vim setup error

Time:09-16

Have seen a lot of posts, setting the vim ~./vimrc but always an error, a E212 Can 't open the file or writing with E325
Is the administrator privileges, don't know why there will be problems, sudo also not line, at a time: q! Forced out, turn to bosses, help, thank you ~

CodePudding user response:

https://blog.csdn.net/weixin_44216391/article/details/95523017

CodePudding user response:

Don't know if this reason,

If a user opens a file, not the normal way to exit, such as use CTRL + c or close the window directly, etc., can cause other users only read permission to this file, forced to cannot save, if it is this kind of problem, can use in the directory to write the ls -l lists all the files, the one with the source file name and end with SWP file deletion,

For example: the source file is the file. The TXT read only if happen, delete with directory. The file. TXT. SWP files,

CodePudding user response:

Ls -a can see with hidden in the directory. The file. TXT. SWP files, delete
  • Related