about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-02-11 19:13:47 -0800
committerBart Schaefer <schaefer@ipost.com>2021-02-11 19:13:47 -0800
commit2cf6032a301d994c578e5e1942c4815e85651647 (patch)
tree5c32e1fdd187052bb7edbf9dfe92ae7823a29ee0 /NEWS
parent073092f89dcf9fc1e59f9e3c5048f8c4829eae07 (diff)
downloadzsh-2cf6032a301d994c578e5e1942c4815e85651647.tar.gz
zsh-2cf6032a301d994c578e5e1942c4815e85651647.tar.xz
zsh-2cf6032a301d994c578e5e1942c4815e85651647.zip
47997: Disable XTRACE around user-defined completion widgets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a5becf67b..cf270ff51 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,11 @@ The compinit function learnt a -w option to explain why compdump runs.
 The zsh/datetime module's strftime builtin learnt an -n option to omit
 the trailing newline when printing a formatted time.
 
+The XTRACE option is now disabled while running user-defined completion
+widgets.  This corresponds to long-standing behavior of other user ZLE
+widgets.  Use the _complete_debug widget to capture XTRACE output, or
+use "functions -T" to enable tracing of specific completion functions.
+
 Changes from 5.7.1-test-3 to 5.8
 --------------------------------