diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/text.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/text.c b/Src/text.c index 595ebc346..593c25776 100644 --- a/Src/text.c +++ b/Src/text.c @@ -732,7 +732,8 @@ gettext2(Estate state) taddstr(" "); taddstr(ecgetstr(state, EC_NODUP, NULL)); if (ctype == COND_STREQ || - ctype == COND_STRNEQ) + ctype == COND_STRNEQ || + ctype == COND_REGEX) state->pc++; } else { /* Unary test: `-f foo' etc. */ |