From 2cf6032a301d994c578e5e1942c4815e85651647 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 11 Feb 2021 19:13:47 -0800 Subject: 47997: Disable XTRACE around user-defined completion widgets. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -------------------------------- -- cgit 1.4.1