diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-11-13 18:15:23 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-11-13 18:15:23 -0800 |
commit | 56e3d23b98628a50359e2a54bdb1837d063802df (patch) | |
tree | b3d183d7ff5073b99e5389c2313aeb8bf0f6a85c /Src | |
parent | cbb9ca3dfbb6ecaa8b5099a3302b196a91a026d8 (diff) | |
download | zsh-56e3d23b98628a50359e2a54bdb1837d063802df.tar.gz zsh-56e3d23b98628a50359e2a54bdb1837d063802df.tar.xz zsh-56e3d23b98628a50359e2a54bdb1837d063802df.zip |
unposted: comment in zlecallhook() points to redrawhook() just in case
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c index 80219a441..4007c1112 100644 --- a/Src/Zle/zle_utils.c +++ b/Src/Zle/zle_utils.c @@ -1725,6 +1725,8 @@ zlecallhook(char *name, char *arg) if (!thingy) return; + /* If anything here needs changing, see also redrawhook() */ + saverrflag = errflag; savretflag = retflag; |