mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +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"));
|
SET_ERRMSG(_("E166: Can't open linked file for writing"));
|
||||||
} else {
|
} else {
|
||||||
#endif
|
#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
|
if (forceit && vim_strchr(p_cpo, CPO_FWRITE) == NULL
|
||||||
&& perm >= 0) {
|
&& perm >= 0) {
|
||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
|
|||||||
Reference in New Issue
Block a user