diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Misc/zmv | 1 | ||||
-rw-r--r-- | Functions/Zle/.distfiles | 2 |
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 ' |