about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlysse Buonomo <buonomo.ulysse@gmail.com>2023-09-26 11:59:55 -0500
committerMatthew Martin <phy1729@gmail.com>2023-10-29 17:36:29 -0500
commit97e43105637d92c20cdf0eb60577329af681d870 (patch)
treea2d1fabc0f477af72c065421832404ad3d0ffa87 /ChangeLog
parentf36fccbb84e5d36ebdecede0c29e8e0c588336c9 (diff)
downloadzsh-97e43105637d92c20cdf0eb60577329af681d870.tar.gz
zsh-97e43105637d92c20cdf0eb60577329af681d870.tar.xz
zsh-97e43105637d92c20cdf0eb60577329af681d870.zip
github #102: Ensure todo.sh completion uses builtin commands
the `todo.sh` script allows redefining commands locally, which can mess
up this completion script. We are using the `command` subcommand to
avoid that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7fa8a1ea..07d6e6a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-29  Matthew Martin  <phy1729@gmail.com>
+
+	* github #102: Ulysse Buonomo: Completion/Unix/Command/_todo.sh:
+	Ensure todo.sh completion uses builtin commands
+
 2023-10-25  Bart Schaefer  <schaefer@zsh.org>
 
 	* Daniel Shahaf: 50569 (tweaked): main keymap defaults to emacs