diff options
author | Oliver Kiddle <opk@zsh.org> | 2015-07-14 12:48:37 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2015-07-14 12:48:37 +0200 |
commit | b230e6d11d78271f3fc2492b51ddf8f7c109b500 (patch) | |
tree | 9ec600406cb1d940712f5d6cf53394349a10eb3b /ChangeLog | |
parent | 40a6f1d34784ba6d0ce5179e415ea0f2a362bb32 (diff) | |
download | zsh-b230e6d11d78271f3fc2492b51ddf8f7c109b500.tar.gz zsh-b230e6d11d78271f3fc2492b51ddf8f7c109b500.tar.xz zsh-b230e6d11d78271f3fc2492b51ddf8f7c109b500.zip |
35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from _path_files so it is called once and not for each file pattern
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ef6d9155..25bd98f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-07-14 Oliver Kiddle <opk@zsh.org> + + * 35789: (tweaked c.f. Bart: 35791) Completion/Unix/Type/_files: + duplicate glob qualifier handling from _path_files so it is + called once and not for each file pattern + 2015-07-13 Daniel Shahaf <d.s@daniel.shahaf.name> * 35790: Util/zyodl.vim: zyodl.vim: Be compatible with Vim 6. |