summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-19 07:00:22 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-20 17:59:20 +0000
commit2c612c5ba10d7278b76e1d05374cc617ed5ad5fc (patch)
tree629b86b71336d0f64132fe74fb95247bb58fe1ff /ChangeLog
parentbd94e13f34db02b0fed2414b54cc6787407436ad (diff)
downloadzsh-2c612c5ba10d7278b76e1d05374cc617ed5ad5fc.tar.gz
zsh-2c612c5ba10d7278b76e1d05374cc617ed5ad5fc.tar.xz
zsh-2c612c5ba10d7278b76e1d05374cc617ed5ad5fc.zip
39383: compadd: Restrict previous patch to the case where $PREFIX includes characters both from the -P prefix and from the (unprefixed) candidate completion word.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a8ba741b..ff313003b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-09-20  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39383: Src/Zle/compcore.c: compadd: Restrict previous patch
+	to the case where $PREFIX includes characters both from the -P
+	prefix and from the (unprefixed) candidate completion word.
+
 	* 39372: Src/Zle/compcore.c: compadd: Match -P prefix
 	all-or-nothing rather than greedily.