Fix #1153: sync hidden on batch rename

This commit is contained in:
Arun Prakash Jana 2021-09-04 07:23:02 +05:30
parent ab0ab2b5f4
commit 49be2cfcd1
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -7125,6 +7125,7 @@ nochange:
break;
case SEL_RENAMEMUL:
endselection(TRUE);
setenv("INCLUDE_HIDDEN", xitoa(cfg.showhidden), 1);
if (!(getutil(utils[UTIL_BASH])
&& plugscript(utils[UTIL_NMV], F_CLI))