summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-07-09 16:03:35 -0500
committerdana <dana@dana.is>2026-07-09 16:23:36 -0500
commit5c4f586ca0ad012953888979b01705699e8429ac (patch)
treeedef063256a4048d6286f1c825815ee5dc0b4d9c /ChangeLog
parentunposted: completion: remove _mac_files_for_application (diff)
downloadzsh-5c4f586ca0ad012953888979b01705699e8429ac.tar
zsh-5c4f586ca0ad012953888979b01705699e8429ac.tar.gz
zsh-5c4f586ca0ad012953888979b01705699e8429ac.tar.bz2
zsh-5c4f586ca0ad012953888979b01705699e8429ac.tar.lz
zsh-5c4f586ca0ad012953888979b01705699e8429ac.tar.xz
zsh-5c4f586ca0ad012953888979b01705699e8429ac.tar.zst
zsh-5c4f586ca0ad012953888979b01705699e8429ac.zip
unposted: _grep: fix freebsd grep variant pattern
oliver shared a user report that grep completion doesn't work properly on macos any more. this is because it no longer uses gnu grep -- it's been freebsd grep since at least 2019 there appear to be other inaccuracies in this function which we should revisit, but this will solve the issue as reported
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd9d712da..2226e6679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2026-07-09 dana <dana@dana.is>
+ * unposted: Completion/Unix/Command/_grep: fix freebsd grep
+ variant pattern
+
* unposted (see 54915):
Completion/Darwin/Type/_mac_files_for_application: remove
_mac_files_for_application