about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-29 13:11:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-29 13:11:59 +0000
commitacd0558e545591d9ee423a995ad4ff365736d185 (patch)
tree017056aec6e893914b0eb28be61d833ea6ae5023 /ChangeLog
parentfb9ec18e9a78c1100fa4cad540498a848d404114 (diff)
downloadzsh-acd0558e545591d9ee423a995ad4ff365736d185.tar.gz
zsh-acd0558e545591d9ee423a995ad4ff365736d185.tar.xz
zsh-acd0558e545591d9ee423a995ad4ff365736d185.zip
make _path_files use glob qualifiers from the line when doing pattern matching (11635)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c46c87fb..dd038dd00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-29  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11635: Completion/Core/_path_files: make _path_files use glob
+ 	qualifiers from the line when doing pattern matching
+	
 	* users/3101: Doc/Zsh/compsys.yo: make handling of default tag clearer
  	in the docs