From 2fb6533f04dfd8179897e6d87e22757cf73eeb6b Mon Sep 17 00:00:00 2001 From: dana Date: Tue, 12 Jun 2018 19:22:43 -0500 Subject: unposted: Change 'Mac OS X' reference to 'macOS' I've left other references (see _growisofs and _hdiutil) alone, since they all appear in the context of legacy features. --- ChangeLog | 11 ++++++++--- Completion/Darwin/Type/_mac_applications | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0cb2b35d..f048e1210 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2018-06-12 dana + + * unposted: Completion/Darwin/Type/_mac_applications: Change 'Mac OS X' to + 'macOS' + 2018-06-11 dana - * 42983: dana: Completion/Unix/Command/_man: Address misc. feedback + * 42983: Completion/Unix/Command/_man: Address misc. feedback - * 42984: dana: Completion/Unix/Type/_files, - Completion/Unix/Type/_object_files: Fix argument pass-through to compadd + * 42984: Completion/Unix/Type/_files, Completion/Unix/Type/_object_files: + Fix argument pass-through to compadd 2018-06-10 Oliver Kiddle diff --git a/Completion/Darwin/Type/_mac_applications b/Completion/Darwin/Type/_mac_applications index 51fa0c470..7b633579c 100644 --- a/Completion/Darwin/Type/_mac_applications +++ b/Completion/Darwin/Type/_mac_applications @@ -3,5 +3,5 @@ _retrieve_mac_apps local expl -_wanted commands expl 'Mac OS X application' \ +_wanted commands expl 'macOS application' \ compadd "$@" - "${(@)${_mac_apps[@]:t}%.app}" -- cgit 1.4.1