1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00

unposted: comment in zlecallhook() points to redrawhook() just in case

This commit is contained in:
Barton E. Schaefer 2016-11-13 18:15:23 -08:00
parent cbb9ca3dfb
commit 56e3d23b98
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2016-11-13 Barton E. Schaefer <schaefer@zsh.org>
* unposted: Src/Zle/zle_utils.c: comment in zlecallhook() points
to redrawhook() just in case
* 39934: Src/Zle/zle_main.c: if a widget execution fails, try to
execute a corresponding immortal widget instead.

View file

@ -1725,6 +1725,8 @@ zlecallhook(char *name, char *arg)
if (!thingy)
return;
/* If anything here needs changing, see also redrawhook() */
saverrflag = errflag;
savretflag = retflag;