about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-02-18 22:34:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-02-18 22:34:29 +0000
commit24e97ba0464f688893fdc16eb4e4d0722cf7e7ef (patch)
tree4282a06262ddef379e398559fda61eb326d90ab7 /Src/Zle/zle_hist.c
parent212ca9edf9c2be0499cdce39326abba57b088bcd (diff)
downloadzsh-24e97ba0464f688893fdc16eb4e4d0722cf7e7ef.tar.gz
zsh-24e97ba0464f688893fdc16eb4e4d0722cf7e7ef.tar.xz
zsh-24e97ba0464f688893fdc16eb4e4d0722cf7e7ef.zip
28773: add zle-history-line-set widget
Diffstat (limited to 'Src/Zle/zle_hist.c')
-rw-r--r--Src/Zle/zle_hist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c
index b5ff05cd1..347116fd5 100644
--- a/Src/Zle/zle_hist.c
+++ b/Src/Zle/zle_hist.c
@@ -765,6 +765,7 @@ zle_setline(Histent he)
     histline = he->histnum;
 
     setline(GETZLETEXT(he), ZSL_COPY|ZSL_TOEND);
+    zlecallhook("zle-history-line-set", NULL);
     setlastline();
     clearlist = 1;
     if (remetafy)