about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-02-24 11:33:04 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-02-24 11:33:04 +0000
commitf1fd8273b44fb232651e72ceb4af1da8492ea447 (patch)
tree2fade887f7afcf3f76747cdcfaf7251b7eab51aa /ChangeLog
parentb1ae269e555cb3997ebac0ceae936f563e3c67c1 (diff)
downloadzsh-f1fd8273b44fb232651e72ceb4af1da8492ea447.tar.gz
zsh-f1fd8273b44fb232651e72ceb4af1da8492ea447.tar.xz
zsh-f1fd8273b44fb232651e72ceb4af1da8492ea447.zip
18230: Test for explicitly matched file in _path_files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c1d26b8..11ad17f6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-02-24  Peter Stephenson  <pws@csr.com>
+
+	* 18230: Completion/Unix/Type/_path_files: If globbing failed
+	to match a path entry, test to see if [[ -e <file> ]] worked
+	anyway.  This supports smart filing systems (cygdrive, ClearCase
+	dynamic views) and may work for automounted directories (so
+	commented out the other hack to see).
+
 2003-02-23  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
 
 	* 18278: Functions/TCP/tcp_output, Functions/TCP/tcp_spam,