From 50dc7f29131b668daaa82c02a826763e6e9a3a44 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 23 Jul 2021 20:27:38 +0100 Subject: 49182: Turn off correction inside command substition. In "A=$(PWD)" we dont't have the information to correct at the level of the PWD subcommand, so don't try to do it as this causes a crash. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd5012fbf..b0f838d5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-07-23 Peter Stephenson + + * 49182: Src/hist.c, Src/lex.c: Interactive word correction + doesn't work inside command substitution, so don't try to do it. + 2021-07-19 Eric Cook * 49147: Completion/Linux/Command/_modutils: fix the completion -- cgit 1.4.1