diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 15:24:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 15:24:26 +0000 |
| commit | b726ead94e911e1ce3e8b582c315b3d6f83a6eb7 (patch) | |
| tree | 6298d1215ba8a55aa8cac4fd536de3af91bbb4b2 /Src/Zle/zle_thingy.c | |
| parent | 22681: find all error number definitions (diff) | |
| download | zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.gz zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.bz2 zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.lz zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.xz zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.zst zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.zip | |
22676, 22678: extend sched and make it able to run events when waiting for
input
Diffstat (limited to 'Src/Zle/zle_thingy.c')
| -rw-r--r-- | Src/Zle/zle_thingy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index 72d3314ff..debd31a28 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -721,8 +721,7 @@ bin_zle_invalidate(UNUSED(char *name), UNUSED(char **args), UNUSED(Options ops), * true if a completion widget is active. */ if (zleactive) { - if (!trashedzle) - trashzle(); + trashzle(); return 0; } else return 1; |
