about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-10 17:37:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-10 17:37:55 +0000
commite79b61f62d5ddb97998b5f034b4f0680c443ac92 (patch)
treeddd9eb5b32661bf0ba0e02d1fefa0dec09885509 /Functions
parentaa7e584ee80ca8a7107c7af59fd827a399ac93cd (diff)
downloadzsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.tar.gz
zsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.tar.xz
zsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.zip
24081: fix xtrace
Diffstat (limited to 'Functions')
-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 6f1ba6697..51314cfc0 100644
--- a/Functions/Zle/delete-whole-word-match
+++ b/Functions/Zle/delete-whole-word-match
@@ -9,7 +9,7 @@
 # saved for future yanking in the normal way.
 
 emulate -L zsh
-setopt extendedglob xtrace
+setopt extendedglob
 
 local curcontext=:zle:$WIDGET
 local -a matched_words