about summary refs log tree commit diff
path: root/Functions/Misc/zmv
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/zmv')
-rw-r--r--Functions/Misc/zmv1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv
index 44a8a1b0c..8dbed7dd9 100644
--- a/Functions/Misc/zmv
+++ b/Functions/Misc/zmv
@@ -235,6 +235,7 @@ for f in $files; do
   elif [[ $f = $g ]]; then
     # don't cause error: more useful just to skip
     #   errs=($errs "$f not altered by substitution")
+    [[ -n $opt_v ]] && print "$f not altered, ignored"
     continue
   elif [[ -n $from[$g] && ! -d $g ]]; then
     errs=($errs "$f and $from[$g] both map to $g")