about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-10-17 12:55:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-10-17 12:55:41 +0000
commit4c2807e313ea1376b10db3deb685c4eb115cbf8e (patch)
tree5e9eaa5caf3e5621931122ab4660e3e3e4e80da3 /Functions
parent35e15e6b11efb1dfbc0022f34e5768ba2e8520b8 (diff)
downloadzsh-4c2807e313ea1376b10db3deb685c4eb115cbf8e.tar.gz
zsh-4c2807e313ea1376b10db3deb685c4eb115cbf8e.tar.xz
zsh-4c2807e313ea1376b10db3deb685c4eb115cbf8e.zip
3.1.6-dev-7 zsh-3.1.9-dev-7
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/zmv1
-rw-r--r--Functions/Zle/.distfiles2
2 files changed, 2 insertions, 1 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")
diff --git a/Functions/Zle/.distfiles b/Functions/Zle/.distfiles
index 8e9e1acee..73e0db0a0 100644
--- a/Functions/Zle/.distfiles
+++ b/Functions/Zle/.distfiles
@@ -1,4 +1,4 @@
 DISTFILES_SRC='
     .distfiles history-search-end edit-command-line incremental-complete-word
-    incarg insert-files predict-on
+    incarg insert-files predict-on smart-insert-last-word
 '