about summary refs log tree commit diff
path: root/Functions/Zle/kill-word-match
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/kill-word-match')
-rw-r--r--Functions/Zle/kill-word-match2
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Zle/kill-word-match b/Functions/Zle/kill-word-match
index 30db5ab35..ffc5be72b 100644
--- a/Functions/Zle/kill-word-match
+++ b/Functions/Zle/kill-word-match
@@ -31,4 +31,6 @@ while (( count-- )); do
   done=1
 done
 
+zle -f 'kill'
+
 return 0