diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-10 17:37:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-10 17:37:55 +0000 |
commit | e79b61f62d5ddb97998b5f034b4f0680c443ac92 (patch) | |
tree | ddd9eb5b32661bf0ba0e02d1fefa0dec09885509 /Functions/Zle | |
parent | aa7e584ee80ca8a7107c7af59fd827a399ac93cd (diff) | |
download | zsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.tar.gz zsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.tar.xz zsh-e79b61f62d5ddb97998b5f034b4f0680c443ac92.zip |
24081: fix xtrace
Diffstat (limited to 'Functions/Zle')
-rw-r--r-- | Functions/Zle/delete-whole-word-match | 2 |
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 |