summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2018-02-26 21:43:12 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2018-02-26 21:43:12 +0000
commit1d6954bd2f047ed7e6b608eaf40bf0e1c5429b67 (patch)
tree764b0d08c1934f1d237ae827a42c017c7c7909a4 /ChangeLog
parent14743c0dfdb81a6a4a051921e56a61c3b1e0e664 (diff)
downloadzsh-1d6954bd2f047ed7e6b608eaf40bf0e1c5429b67.tar.gz
zsh-1d6954bd2f047ed7e6b608eaf40bf0e1c5429b67.tar.xz
zsh-1d6954bd2f047ed7e6b608eaf40bf0e1c5429b67.zip
23180: Fix expand-or-complete with ~[...].
The square brackets shouldn't be treated as wildcards.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2054f4f9..c6b48d14a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-02-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 23180: Src/Zle/zle_tricky.c: Square brackets in dynamic
+	directory expansion shouldn't force expansion in
+	expand-or-complete.
+
 	* Joey Pabalinas: 42401: Src/mem.c: replace malloc with use of
 	realloc to work around crash with gcc using -foptimize-strlen.