diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-15 06:12:41 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-15 06:12:41 +0000 |
commit | ac54a0f98388763aa01e16de33e3c547ee76c13b (patch) | |
tree | 3f675f93a9787a476dcddf1ab060adb4f6dba38f /ChangeLog | |
parent | 4504a28ac3f72fc43615d1b5d632183a1717dc8b (diff) | |
download | zsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.tar.gz zsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.tar.xz zsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.zip |
25883 (quoting in _multi_parts) and 25887 (-U in _path_files).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4912e14d3..961a68bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-10-14 Barton E. Schaefer <schaefer@zsh.org> + + * 25887: Completion/Unix/Type/_path_files: pass -U to compadd only + when _comp_correct is true; otherwise, completing subpatterns + inside braces tends to behave oddly. + + * Jörg Sommer: 25883: Completion/Base/Utility/_multi_parts: quote + strings in the temporary variable tmp1 before joining them with + "|" to create an alternatives pattern. + 2008-10-14 Clint Adams <clint@zsh.org> * 25898: Src/module.c: avoid dereference of p after it is freed |