From 4c2807e313ea1376b10db3deb685c4eb115cbf8e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 17 Oct 2000 12:55:41 +0000 Subject: 3.1.6-dev-7 --- Functions/Misc/zmv | 1 + Functions/Zle/.distfiles | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Functions') 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 ' -- cgit 1.4.1