diff options
Diffstat (limited to 'source/ap/zsh/zsh.regex.oh.bah.diff')
-rw-r--r-- | source/ap/zsh/zsh.regex.oh.bah.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/ap/zsh/zsh.regex.oh.bah.diff b/source/ap/zsh/zsh.regex.oh.bah.diff new file mode 100644 index 00000000..15e3d5b4 --- /dev/null +++ b/source/ap/zsh/zsh.regex.oh.bah.diff @@ -0,0 +1,12 @@ +--- ./Src/text.c.orig 2010-09-14 09:46:26.000000000 -0500 ++++ ./Src/text.c 2011-03-19 18:50:22.270001467 -0500 +@@ -785,8 +785,7 @@ + taddstr(" "); + taddstr(ecgetstr(state, EC_NODUP, NULL)); + if (ctype == COND_STREQ || +- ctype == COND_STRNEQ || +- ctype == COND_REGEX) ++ ctype == COND_STRNEQ) + state->pc++; + } else { + /* Unary test: `-f foo' etc. */ |