about summary refs log tree commit diff
path: root/Src/Zle/zle_thingy.c
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2016-09-27 21:47:55 -0700
committerBart Schaefer <schaefer@zsh.org>2016-09-27 21:47:55 -0700
commit8d04b5429ffc9a302addd7159b20f8cadffd0c44 (patch)
tree6104cb9c002c2ac7171664e3883a03a46a7fe13a /Src/Zle/zle_thingy.c
parent89e319f3450de3e24c65eeb34c80a88891ad53d7 (diff)
downloadzsh-8d04b5429ffc9a302addd7159b20f8cadffd0c44.tar.gz
zsh-8d04b5429ffc9a302addd7159b20f8cadffd0c44.tar.xz
zsh-8d04b5429ffc9a302addd7159b20f8cadffd0c44.zip
unposted: remove extra close-paren from d6a6b4ff
Diffstat (limited to 'Src/Zle/zle_thingy.c')
-rw-r--r--Src/Zle/zle_thingy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c
index 505aea065..2d4674785 100644
--- a/Src/Zle/zle_thingy.c
+++ b/Src/Zle/zle_thingy.c
@@ -759,7 +759,7 @@ bin_zle_call(char *name, char **args, UNUSED(Options ops), UNUSED(char func))
     /* for internal widgets we set bindk except for when getting
      * a vi range to detect a repeated key */
     setbindk = setbindk ||
-	(t->widget && (t->widget->flags & (WIDGET_INT | ZLE_VIOPER)) == WIDGET_INT));
+	(t->widget && (t->widget->flags & (WIDGET_INT | ZLE_VIOPER)) == WIDGET_INT);
     ret = execzlefunc(t, args, setbindk);
     unrefthingy(t);
     if (saveflag)