about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-01 00:00:25 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-17 12:11:47 +0000
commitdf899d38e92f138dc655a40deda6d14f3ad05552 (patch)
tree982e4376d8bf35e476137dfac7f731fc6c9c160c /ChangeLog
parent587cced35d925b95a8df41f13880a30a8fc66274 (diff)
downloadzsh-df899d38e92f138dc655a40deda6d14f3ad05552.tar.gz
zsh-df899d38e92f138dc655a40deda6d14f3ad05552.tar.xz
zsh-df899d38e92f138dc655a40deda6d14f3ad05552.zip
48361 (+ 48368 review comments): __arguments: New completion function for _arguments.
In the penultimate paragraph of the comment, the two possibilities for the
relative path cover three cases:

- The comment is read in the source tree

- The comment is read in an installed tree with --enable-function-subdirs

- The comment is read in an installed tree with --disable-function-subdirs

Review-by: Matthew Martin
Review-by: Oliver Kiddle
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29166a22f..ed35a456a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-17  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 48361 (+ 48368 review comments):
+	Completion/Zsh/Function/__arguments: New completion function
+	for _arguments.
+
 2021-04-16  Oliver Kiddle  <opk@zsh.org>
 
 	* Marlon Richert: 48513: Completion/Zsh/Type/_parameters,