diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2021-07-23 20:27:38 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2021-07-23 20:27:38 +0100 |
| commit | 50dc7f29131b668daaa82c02a826763e6e9a3a44 (patch) | |
| tree | 79a96332f186551b2151567ca67258fd1db7a42d /ChangeLog | |
| parent | 49147: fix completion of linux kernel modules (diff) | |
| download | zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar.gz zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar.bz2 zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar.lz zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar.xz zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.tar.zst zsh-50dc7f29131b668daaa82c02a826763e6e9a3a44.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2021-07-23 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 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 <llua@gmx.com> * 49147: Completion/Linux/Command/_modutils: fix the completion |
