about summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-12 19:22:43 -0500
committerdana <dana@dana.is>2018-06-12 19:32:53 -0500
commit2fb6533f04dfd8179897e6d87e22757cf73eeb6b (patch)
treeac59c73d7e0b432e4900b769ac170502e013afd8
parent684db0f9fee126fc51315b621d602b4791b674fb (diff)
downloadzsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.tar.gz
zsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.tar.xz
zsh-2fb6533f04dfd8179897e6d87e22757cf73eeb6b.zip
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.
-rw-r--r--ChangeLog11
-rw-r--r--Completion/Darwin/Type/_mac_applications2
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  <dana@dana.is>
+
+	* unposted: Completion/Darwin/Type/_mac_applications: Change 'Mac OS X' to
+	'macOS'
+
 2018-06-11  dana  <dana@dana.is>
 
-	* 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  <okiddle@yahoo.co.uk>
 
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}"