mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Fix #1153: sync hidden on batch rename
This commit is contained in:
parent
ab0ab2b5f4
commit
49be2cfcd1
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue