about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-21 07:58:24 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-21 07:58:24 +0000
commitb169a45ebc5225748d0a425017cadbdefc3fb01f (patch)
tree49a68508187407cce97cf16b93a0d91dc8bd8c57 /ChangeLog
parent654c4ab4ffa5f5109d8f167c7908d3d4d5b7aead (diff)
downloadzsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.gz
zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.tar.xz
zsh-b169a45ebc5225748d0a425017cadbdefc3fb01f.zip
let _init_d use a pre-pattern (17193)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdca139e8..1e35ec09f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-05-21  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 17193: Completion/Unix/Command/_init_d: let _init_d use a
+	pre-pattern
+
 	* 17192: Src/Zle/compcore.c: fix for completion in nested
 	quotes where the sub-word ends in a backslash