From 8d7b9d013ddb3f8f065ffc881f927cbe4790abef Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 27 Jul 2016 08:53:14 +0000 Subject: 38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do. --- Src/Zle/zle_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index ac31d4e09..9a83d4141 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1054,7 +1054,7 @@ void redrawhook(void) args[0] = initthingy->nam; args[1] = NULL; incompfunc = 0; - execzlefunc(initthingy, args, 0); + execzlefunc(initthingy, args, 1); incompfunc = old_incompfunc; unrefthingy(initthingy); unrefthingy(lbindk); -- cgit 1.4.1