about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-25 17:40:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-25 17:40:26 +0000
commit87b0f1c8592087cc008847ad4db3963a8adbf135 (patch)
treed23abe48a98a750b68e024af7f8363ae18f466b9 /ChangeLog
parentefe92714c6c2e8f777e0649590b7d5eaea769adc (diff)
downloadzsh-87b0f1c8592087cc008847ad4db3963a8adbf135.tar.gz
zsh-87b0f1c8592087cc008847ad4db3963a8adbf135.tar.xz
zsh-87b0f1c8592087cc008847ad4db3963a8adbf135.zip
22432: bug with backtracking over repeated single parameterhs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef1dc7b02..165a84199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-04-25  Peter Stephenson  <pws@csr.com>
 
+	* 22432: Src/pattern.c: bug with backtracking over repeated
+	single parameters.
+
 	* 22431: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
 	Src/Zle/zle_vi.c: expand 22427 to set WIDGET etc. more
 	consistently when executing functions.