summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-06-05 16:47:44 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-06-05 16:47:44 +0000
commit7598220496a3dac606ea6399b3280dff573a4122 (patch)
treea9efa5c82a2e16369e95527122cedc18e93d344e /ChangeLog
parentc0d2cb5d025290efd0301bce4ddb7ad23c129eae (diff)
downloadzsh-7598220496a3dac606ea6399b3280dff573a4122.tar.gz
zsh-7598220496a3dac606ea6399b3280dff573a4122.tar.xz
zsh-7598220496a3dac606ea6399b3280dff573a4122.zip
29444: when _path_files is called with a pattern to match directories, do
not descend into subdirectories for fake-files unless some are defined
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45faa0016..64971a413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
 	* unposted: Functions/Zle/move-line-in-buffer: clean
 	the funny characters out of move-line-in-buffer.
 
+2011-06-04  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 29444: Completion/Unix/Type/_path_files: when called with a
+	pattern to match directories, as from _files with list-dirs-first,
+	do not descend into subdirectories looking for fake files unless
+	some fake files have been defined.
+
 2011-06-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* Completion/Zsh/Context/_brace_parameter, Src/Zle/compcore.c
@@ -14963,5 +14970,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5363 $
+* $Revision: 1.5364 $
 *****************************************************