about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-16 07:52:05 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-16 07:52:05 +0000
commit1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc (patch)
treefc3460af83e7360a11b334ff7ea7d27ea82e17fd /ChangeLog
parentae2b3953df36a9f95e268906b736b407a2739784 (diff)
downloadzsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.tar.gz
zsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.tar.xz
zsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.zip
allow completion after `a{{b,c},'; fix for closing brace re-insertion when completing from both ends (CLF_MID) (11939)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d4080e3a..d424d9a0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-06-16  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11939: Src/Zle/compmatch.c, Src/Zle/compresult.c, Src/Zle/zle_tricky.c:
+ 	allow completion after `a{{b,c},'; fix for closing brace
+ 	re-insertion when completing from both ends (CLF_MID)
+	
 	* 11938: Completion/Core/_description, Doc/Zsh/compsys.yo: enhance
  	ignore-line to ignore all/current/other word(s)