1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-18 09:28:02 +02:00

unposted: NEWS: mention _shadow + mkshadow

see workers/50323
This commit is contained in:
dana 2025-05-14 17:55:33 -05:00
parent 25399e5437
commit b1f003e0ff
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,8 @@
2025-05-14 dana@dana.is <dana@dana.is>
* unposted: NEWS: mention _shadow + mkshadow
* github #133: Christopher Bock: Completion/Zsh/Command/_which:
complete `whence -x`

4
NEWS
View file

@ -68,6 +68,10 @@ and zrand_int() math functions.
The shell keyword time now works on builtins, assignments, and
current-shell actions.
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.
Changes since 5.8.1
-------------------