summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-05-27 21:15:13 -0500
committerdana <dana@dana.is>2026-05-27 21:18:21 -0500
commit6d7cea2a97d2e8faf896a1a237be6d982210f3f6 (patch)
tree5e6e54eed4e17d67e8f984af646b78a4dbf1e9f5
parent54613: restrict mdd search to Src/ since that's where they are (diff)
downloadzsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar.gz
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar.bz2
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar.lz
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar.xz
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.tar.zst
zsh-6d7cea2a97d2e8faf896a1a237be6d982210f3f6.zip
unposted: NEWS: mention _as_if (w/53174)
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 071e9bc28..27014f022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-05-27 dana <dana@dana.is>
+
+ * unposted: NEWS: mention _as_if (w/53174)
+
2026-05-26 Mikael Magnusson <mikachu@gmail.com>
* 54613: configure.ac: restrict mdd search to Src/ since that's
diff --git a/NEWS b/NEWS
index 084705fd6..8be554122 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,9 @@ and zrand_int() math functions.
The shell keyword time now works on builtins, assignments, and
current-shell actions.
+The new completion helper _as_if can be used to complete one command as
+if it were another command with particular arguments.
+
The new completion helper _shadow can be used to temporarily wrap or
substitute a function. The contrib function mkshadow makes it easier
to use outside of completion contexts.