about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2021-10-25 21:33:29 +0300
committerOliver Kiddle <opk@zsh.org>2021-10-26 18:44:40 +0200
commitf2b6650b43688eb38ffe88b3ed3c819b48fa141c (patch)
treea85ad9a2d0caabbd95e5cfa3865f57e5afa57be9 /ChangeLog
parent4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6 (diff)
downloadzsh-f2b6650b43688eb38ffe88b3ed3c819b48fa141c.tar.gz
zsh-f2b6650b43688eb38ffe88b3ed3c819b48fa141c.tar.xz
zsh-f2b6650b43688eb38ffe88b3ed3c819b48fa141c.zip
49521: Define correct behavior of || completion matchers
* Add xfail tests to show how :||= matchers should behave in order to
  provide completion features that cannot be implemented with :|=
  matchers.
* Update compwid.yo to further describe the correct behavior.
* Update compwid.yo to use completion terminology more consistently.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff8a738c2..39efef8eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-10-26  Oliver Kiddle  <opk@zsh.org>
 
+	* Marlon: 49521: Doc/Zsh/compwid.yo, Test/Y02compmatch.ztst:
+	Define correct behavior of || completion matchers
+
 	* 49519: Completion/Base/Utility/_arguments,
 	Completion/Darwin/Command/_qtplay, Completion/Unix/Command/_less,
 	Completion/Unix/Command/_nm, Completion/Unix/Command/_php,