about summary refs log tree commit diff
path: root/Functions/Zle/delete-whole-word-match
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/delete-whole-word-match')
-rw-r--r--Functions/Zle/delete-whole-word-match2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/delete-whole-word-match b/Functions/Zle/delete-whole-word-match
index 5b31ad5b0..aece86065 100644
--- a/Functions/Zle/delete-whole-word-match
+++ b/Functions/Zle/delete-whole-word-match
@@ -16,7 +16,7 @@ local -a matched_words
 # Start and end of range of characters to remove.
 integer pos1 pos2
 
-autoload -U match-words-by-style
+autoload -Uz match-words-by-style
 match-words-by-style
 
 if [[ -n "${matched_words[3]}" ]]; then