about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-09-10 18:22:08 +0000
committerClint Adams <clint@users.sourceforge.net>2002-09-10 18:22:08 +0000
commit695f023058a9c37d70e057dcf4ad9c7dfedfca9f (patch)
treecfd161d791ba9b5af57c3f0a9dd5eab08213dd91 /ChangeLog
parent117c8b91560fd91cea50f36ac55a1853d8aa8754 (diff)
downloadzsh-695f023058a9c37d70e057dcf4ad9c7dfedfca9f.tar.gz
zsh-695f023058a9c37d70e057dcf4ad9c7dfedfca9f.tar.xz
zsh-695f023058a9c37d70e057dcf4ad9c7dfedfca9f.zip
17189: Sven: Completion/Unix/Type/_path_files: better splitting of
             -g-strings; this failed when patterns contained spaces
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e8a6e295..55a211d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-10  Clint Adams  <clint@zsh.org>
+
+        * 17189: Sven: Completion/Unix/Type/_path_files: better
+	splitting of -g-strings; this failed when patterns
+	contained spaces
+
 2002-09-06  Clint Adams  <clint@zsh.org>
 
         * 17629: Completion/Unix/Command/_ssh: patch from Juergen Erhard