about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-04-18 17:15:34 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-04-18 17:15:34 +0000
commitb68937eef43a2637a1a05db44e52df7f956b3049 (patch)
tree7534a4f86bf5c103d568af0a3c9968f6fbbeed1e /ChangeLog
parent6afa53768c79ab248522efc3d6281bb4979639b7 (diff)
downloadzsh-b68937eef43a2637a1a05db44e52df7f956b3049.tar.gz
zsh-b68937eef43a2637a1a05db44e52df7f956b3049.tar.xz
zsh-b68937eef43a2637a1a05db44e52df7f956b3049.zip
fix bug where 0 was not returned when adding a named directory as a match
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 259ad75fb..12e0ca211 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-04-18  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted: Completion/Zsh/Context/_tilde: fix bug where 0 was
+	not returned when adding a named directory as a match
+
 	* 18450: Functions/Misc/zcalc: use math context for completion
 
 	* 18450: Doc/Zsh/compsys.yo: corrections and a couple of rewordings