about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-07-07 09:58:56 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-07-07 09:58:56 +0000
commit1b47d4b48210e29ac6376a36a8d09ab83d9b3eb1 (patch)
tree76ec03435dc1f907fbed357f97c0c15445ee4e00 /ChangeLog
parent3ac50886a00231cf99c421f4e36bbc356c91cea2 (diff)
downloadzsh-1b47d4b48210e29ac6376a36a8d09ab83d9b3eb1.tar.gz
zsh-1b47d4b48210e29ac6376a36a8d09ab83d9b3eb1.tar.xz
zsh-1b47d4b48210e29ac6376a36a8d09ab83d9b3eb1.zip
18817: need to quote % anchor in substitution
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58f2bb348..08b898789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-07-07  Oliver Kiddle  <opk@zsh.org>
 
+	* spotted by Bart: 18817: Functions/Prompts/prompt_adam2_setup:
+	need to quote % anchor in substitution
+
 	* 18822: Completion/Base/Completer/_expand, Doc/Zsh/compsys.yo:
 	fix accept-exact style not not bail out when it shouldn't and
 	add a setting to continue on and do normal completion