diff options
| author | dana <dana@dana.is> | 2026-05-27 21:15:13 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-05-27 21:18:21 -0500 |
| commit | 6d7cea2a97d2e8faf896a1a237be6d982210f3f6 (patch) | |
| tree | 5e6e54eed4e17d67e8f984af646b78a4dbf1e9f5 | |
| parent | 54613: restrict mdd search to Src/ since that's where they are (diff) | |
| download | zsh-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-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 @@ -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. |
