summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-09-08 16:01:12 -0700
committerBart Schaefer <schaefer@ipost.com>2021-09-08 16:01:12 -0700
commitc4d07b3ec0415fa04c490f2f5233194d44da1c7a (patch)
tree026be9a4c74923fab20a4ce52df231c5beb7c277 /ChangeLog
parent3b97a36847234e15e89688fa70eb9990d919ae66 (diff)
downloadzsh-c4d07b3ec0415fa04c490f2f5233194d44da1c7a.tar.gz
zsh-c4d07b3ec0415fa04c490f2f5233194d44da1c7a.tar.xz
zsh-c4d07b3ec0415fa04c490f2f5233194d44da1c7a.zip
49387: suffix highlight with "compadd -R"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e96375cab..ae0bfccc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-09-08  Bart Schaefer  <schaefer@zsh.org>
 
+	* 49387: Src/Zle/zle_misc.c: suffix highlight with "compadd -R"
+
 	* 49386: Test/Z03run-help.ztst: handle separate source/build trees
 
 2021-09-08  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>