summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-16 11:46:31 -0500
committerdana <dana@dana.is>2018-06-16 11:46:31 -0500
commit92b0e885d6273315602668eb50f25310020fee13 (patch)
tree98cf0c4550bf8b72182cfb61fa900a6879308a57
parent1b4a86a0d4cf8b4de50d435f2a8c31c9d5cee4fc (diff)
downloadzsh-92b0e885d6273315602668eb50f25310020fee13.tar.gz
zsh-92b0e885d6273315602668eb50f25310020fee13.tar.xz
zsh-92b0e885d6273315602668eb50f25310020fee13.zip
unposted: Fix inconsistent white space in change log
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a03a5732d..f05bb1240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,20 +21,21 @@
 
 	* 42992: Completion/Darwin/Command/_nvram,
 	Completion/Darwin/Command/_osascript, Completion/Darwin/Command/_say,
-	Completion/Darwin/Command/_scselect: Use _call_program to fetch argument
-	possibilities
+	Completion/Darwin/Command/_scselect: Use _call_program to fetch
+	argument possibilities
 
 2018-06-12  dana  <dana@dana.is>
 
-	* unposted: Completion/Darwin/Type/_mac_applications: Change 'Mac OS X' to
-	'macOS'
+	* unposted: Completion/Darwin/Type/_mac_applications: Change
+	'Mac OS X' to 'macOS'
 
 2018-06-11  dana  <dana@dana.is>
 
 	* 42983: Completion/Unix/Command/_man: Address misc. feedback
 
-	* 42984: 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>