summaryrefslogtreecommitdiffstats
path: root/source/ap/zsh/zsh.regex.oh.bah.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/zsh/zsh.regex.oh.bah.diff')
-rw-r--r--source/ap/zsh/zsh.regex.oh.bah.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/ap/zsh/zsh.regex.oh.bah.diff b/source/ap/zsh/zsh.regex.oh.bah.diff
deleted file mode 100644
index 15e3d5b43..000000000
--- a/source/ap/zsh/zsh.regex.oh.bah.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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. */