summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-22 14:42:50 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-23 06:29:59 +0000
commit0e01942c07f51f2eb9896625adfec246289851b8 (patch)
tree95ac246398c14874bd1a670c08fdae4709f6c213 /ChangeLog
parent7ecc3f8b4efe89ac539201ddfce087dca4ad77a9 (diff)
downloadzsh-0e01942c07f51f2eb9896625adfec246289851b8.tar.gz
zsh-0e01942c07f51f2eb9896625adfec246289851b8.tar.xz
zsh-0e01942c07f51f2eb9896625adfec246289851b8.zip
39412: Fix directory completion when $PWD:h contains parentheses, which are interpreted as globbing metacharacters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 260047969..608a296e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-23  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 39412: Src/Zle/computil.c: Fix directory completion when
+	$PWD:h contains parentheses, which are interpreted as globbing
+	metacharacters.
+
 2016-09-22  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 39410: Completion/Darwin/Type/_retrieve_mac_apps,