diff options
author | Eric Cook <illua@users.sourceforge.net> | 2024-11-11 10:46:08 -0500 |
---|---|---|
committer | Eric Cook <illua@users.sourceforge.net> | 2024-11-11 10:46:08 -0500 |
commit | 393cb298aaa849bae62e7294fecb1b60d0dd3910 (patch) | |
tree | 8072f18b95af72dd264882ace0fc1d917e16219f /ChangeLog | |
parent | 9b8af0900fd8167543e5786b46e70d3f32d45e2b (diff) | |
download | zsh-393cb298aaa849bae62e7294fecb1b60d0dd3910.tar.gz zsh-393cb298aaa849bae62e7294fecb1b60d0dd3910.tar.xz zsh-393cb298aaa849bae62e7294fecb1b60d0dd3910.zip |
53174: add Completion/Base/Utility/_as_if
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a0e742244..bdb60cf33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * 53144: Completion/Unix/Command/_sysctl: support completion with the dot delimiter on linux + * Matthew Martin: 53174 + comments: + Completion/Base/Utility/_as_if: complete `as if' + a different command were being completed + 2024-11-05 Bart Schaefer <schaefer@toltec-ubuntu> * 53209 + comments + test: Src/params.c, Test/D04parameter.ztst: |