mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0162
This commit is contained in:
@@ -5800,7 +5800,9 @@ vim_rename(from, to)
|
||||
errmsg = _("E210: Error reading \"%s\"");
|
||||
to = from;
|
||||
}
|
||||
#ifndef UNIX /* for Unix mch_open() already set ther permission */
|
||||
mch_setperm(to, perm);
|
||||
#endif
|
||||
#ifdef HAVE_ACL
|
||||
mch_set_acl(to, acl);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user