mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
fileio: Save details about E212 error
This commit is contained in:
@@ -3192,7 +3192,7 @@ nobackup:
|
||||
SET_ERRMSG(_("E166: Can't open linked file for writing"));
|
||||
} else {
|
||||
#endif
|
||||
SET_ERRMSG(_("E212: Can't open file for writing"));
|
||||
SET_ERRMSG_ARG(_("E212: Can't open file for writing: %s"), fd);
|
||||
if (forceit && vim_strchr(p_cpo, CPO_FWRITE) == NULL
|
||||
&& perm >= 0) {
|
||||
#ifdef UNIX
|
||||
|
Reference in New Issue
Block a user