From 22899d3788d5eb8bad9440f2f0886170bb7ca61d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 6 Oct 2010 08:25:28 +0000 Subject: 28285: zle-isearch-update and zle-isearch-exit --- Src/Zle/zle_hist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src') diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index d9586b832..412644827 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c @@ -1472,6 +1472,7 @@ doisearch(char **args, int dir, int pattern) } else isearch_active = 0; ref: + zlecallhook("zle-isearch-update", NULL); zrefresh(); if (!(cmd = getkeycmd()) || cmd == Th(z_sendbreak)) { int i; @@ -1670,6 +1671,7 @@ doisearch(char **args, int dir, int pattern) } statusline = NULL; unmetafy_line(); + zlecallhook("zle-isearch-exit", NULL); if (exitfn) exitfn(zlenoargs); selectkeymap(okeymap, 1); -- cgit 1.4.1