From b68a7421bd7d6bbcde6d282a56b38c30894449d5 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 20 Apr 2021 17:11:37 -0700 Subject: 48638: mention TYPESET_TO_UNSET in NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cf270ff51..ee97868f9 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,12 @@ 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. +With the new TYPESET_TO_UNSET option set, "typeset foo" leaves foo unset, +in contrast to the default behavior which assigns foo="". Any parameter +attributes such as numeric type, sorting, and padding are retained until +the parameter is explicitly unset or a conflicting value is assigned. +This is similar to default behavior of bash and ksh. + Changes from 5.7.1-test-3 to 5.8 -------------------------------- -- cgit v1.2.3