diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-15 00:06:31 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-15 00:06:31 +0000 |
commit | cfebfe68b58383886f4365899a78135136b3506d (patch) | |
tree | 31ce35b554ef684960f9f39356a4200c66d9e733 /ChangeLog | |
parent | 7aefbdb937fcb1ff95a00f76ef386a644218d326 (diff) | |
download | zsh-cfebfe68b58383886f4365899a78135136b3506d.tar.gz zsh-cfebfe68b58383886f4365899a78135136b3506d.tar.xz zsh-cfebfe68b58383886f4365899a78135136b3506d.zip |
29278: Completion/Unix/Type/_path_files: fix use of the $skips
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 031a6c851..985f2ad54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-14 Barton E. Schaefer <schaefer@zsh.org> + + * 29278: Completion/Unix/Type/_path_files: fix use of the $skips + pattern from the squeeze-slashes style. + 2011-05-14 Mikael Magnusson <mikachu@gmail.com> * 29271: Doc/Zsh/compwid.yo: document _alternative -O name. @@ -14712,5 +14717,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5304 $ +* $Revision: 1.5305 $ ***************************************************** |