diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-23 02:38:58 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-23 02:38:58 +0000 |
commit | 2357877757159229e8364ce3f11af941c0404a53 (patch) | |
tree | 0c4868f12411715f36c5b7f70b016a80dbf3cf9a /ChangeLog | |
parent | 365e04460d9ae4bfc3d48af912f60a9eb4527ed4 (diff) | |
download | zsh-2357877757159229e8364ce3f11af941c0404a53.tar.gz zsh-2357877757159229e8364ce3f11af941c0404a53.tar.xz zsh-2357877757159229e8364ce3f11af941c0404a53.zip |
25927: include the ignored prefix/suffix in the hidden prefix/suffix
only for compadd -U.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8757583f5..286abeaf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-22 Barton E. Schaefer <schaefer@zsh.org> + + * 25927: Completion/Unix/Type/_path_files: include the ignored + prefix/suffix in the hidden prefix/suffix only for compadd -U. + 2008-10-23 Clint Adams <clint@zsh.org> * 25926: Src/params.c: free val only after it may be passed to |