diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-23 17:42:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-23 17:42:56 +0000 |
commit | 05b6a233622031136304bbb3dfe7012d29cae7f1 (patch) | |
tree | b0a388023f38da12580d3e438e4d99116354c391 /Src/Zle/zle_thingy.c | |
parent | e3856ef52e653da7561dd3873823601b22485fd4 (diff) | |
download | zsh-05b6a233622031136304bbb3dfe7012d29cae7f1.tar.gz zsh-05b6a233622031136304bbb3dfe7012d29cae7f1.tar.xz zsh-05b6a233622031136304bbb3dfe7012d29cae7f1.zip |
not yet posted; zle line screwed up on bad return from insertlastword()
Diffstat (limited to 'Src/Zle/zle_thingy.c')
-rw-r--r-- | Src/Zle/zle_thingy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index 56e0c51cb..b24e686b8 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -358,6 +358,8 @@ bin_zle(char *name, char **args, Options ops, UNUSED(int func)) struct opn const *op, *opp; int n; + UNMETACHECK(); + /* select operation and ensure no clashing arguments */ for(op = opns; op->o && !OPT_ISSET(ops,STOUC(op->o)); op++) ; if(op->o) |