From fe3a63fa6cdffa020e380d3e27cf0eb8f3b46b1f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 6 Sep 2016 09:42:33 +0100 Subject: 39181: Add PM_SINGLE and use for compstate. This flags that compstate (or any other special) can only have a single instance and an attempt to create a new one is an error. Given the very fiddly semantics of compstate any other usage seems pointless. No investigation yet of other variables that could use this. Note it's still possible to hide such variables; only instances that keep the special nature are affected. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 341555f9d..618a45e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-09-06 Peter Stephenson + + * 39181: Src/builtin.c, Src/zsh.h, Src/Zle/complete.c: Add + PM_SINGLE for single instance and use for compstate. + 2016-09-06 Marko Myllynen * 39179 (plus tweak): Completion/Unix/Command/_libvirt: More -- cgit 1.4.1