From 5b192a4cd1fafde42fcbc9b19cee40885705880e Mon Sep 17 00:00:00 2001 From: m0viefreak Date: Sat, 8 Oct 2016 18:53:55 +0200 Subject: 39590: zle: Call zle-line-pre-redraw after inserting a completion result This is necessary to make sure redrawhook() is called while cycling results in menu completion. --- Src/Zle/compresult.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/compresult.c') diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 7fec7c804..b7ec18f6d 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1191,6 +1191,7 @@ do_single(Cmatch m) if (menucmp) minfo.cur = &m; runhookdef(INSERTMATCHHOOK, (void *) &dat); + redrawhook(); minfo.cur = om; } } -- cgit 1.4.1