about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-06 12:19:33 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-06 12:19:33 +0000
commit24559bb1f681c6037cdc91ed4b1a0ffb70be173a (patch)
tree50b7f29f57139c4275346c7547e96282c92da839 /ChangeLog
parent4900804b615ce659b2b1c82644fc5f2240345668 (diff)
downloadzsh-24559bb1f681c6037cdc91ed4b1a0ffb70be173a.tar.gz
zsh-24559bb1f681c6037cdc91ed4b1a0ffb70be173a.tar.xz
zsh-24559bb1f681c6037cdc91ed4b1a0ffb70be173a.zip
fix for _path_files and globcomplete, better test if word contains wildcards (11776)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94bfe5efc..d3b0825cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-06-06  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11776: Completion/Core/_path_files: fix for _path_files and
+ 	globcomplete, better test if word contains wildcards
+	
 	* 11768: Doc/Zsh/expn.yo, Src/lex.c, Src/subst.c: make (e) flag be
  	silent unless (X) is given, too