From b2e44bce625fce957d1651b696f571521c58a7af Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 31 Aug 2017 16:55:26 +0100 Subject: Make mbegin, mend, match local in zed. Needed for zstyle -m. --- Functions/Misc/zed | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Functions/Misc') diff --git a/Functions/Misc/zed b/Functions/Misc/zed index 33bd1025b..f571daf5e 100644 --- a/Functions/Misc/zed +++ b/Functions/Misc/zed @@ -36,6 +36,9 @@ fi local curcontext=zed::: +# Matching used in zstyle -m: hide result from caller. +# Variables not used directly here. +local -a match mbegin mend zstyle -m ":completion:zed:*" insert-tab '*' || zstyle ":completion:zed:*" insert-tab yes -- cgit 1.4.1