summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2018-10-24 17:32:17 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2018-10-24 17:32:17 +0900
commit4ad04eeb85fd3ab48de0532713e37a46e8482fc7 (patch)
treea52f542c9d1b7eaea4454becc4362c55ffa3ff8a /ChangeLog
parent916ed7426422c2f203b7352d8c0654f0b1e60cbb (diff)
downloadzsh-4ad04eeb85fd3ab48de0532713e37a46e8482fc7.tar.gz
zsh-4ad04eeb85fd3ab48de0532713e37a46e8482fc7.tar.xz
zsh-4ad04eeb85fd3ab48de0532713e37a46e8482fc7.zip
43722: _ed, _env, _sort: support darwin
use the same completions as freebsd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7cd65fd5..87d3369a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-10-24  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
+	* 43722: Completion/Unix/Command/_ed,
+	Completion/Unix/Command/_env, Completion/Unix/Command/_sort:
+	use the same completions as freebsd for darwin.
+
 	* 43721: Completion/Unix/Command/_diff3: detect GNU variant
 	correctly