about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-26 09:05:10 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-26 09:05:10 +0000
commite067118efc45036e2c23d0287acfd0ef463e6fbb (patch)
treed4a2351d21ccbbb4c5206faca16c6293b5c1d295 /ChangeLog
parent2ca99605ed91b98eb100ebba5073cabff1ff9446 (diff)
downloadzsh-e067118efc45036e2c23d0287acfd0ef463e6fbb.tar.gz
zsh-e067118efc45036e2c23d0287acfd0ef463e6fbb.tar.xz
zsh-e067118efc45036e2c23d0287acfd0ef463e6fbb.zip
fix for finding the first ambiguous path component in compfiles (3946)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7895a7f9b..19abe4d5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-26  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* user/3946: Src/Zle/computil.c: fix for finding the first
+	ambiguous path component in compfiles
+
 	* 15087: Src/jobs.c: make warning message for disowning stopped
 	jobs more verbose (saying how to make the job running again)