summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/quiz/datfiles/ed2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quiz/datfiles/ed b/games/quiz/datfiles/ed
index 6ac8e89a9b4..945f43ebfd4 100644
--- a/games/quiz/datfiles/ed
+++ b/games/quiz/datfiles/ed
@@ -15,7 +15,7 @@ print every "Oxygen" or "oxygen":[g|1,$g]/\[[Oo|oO]\]xygen/[p|.p]
change each "BTL" in file to "Bell Laboratories" and check:\
[g|1,$g]/BTL/[s|.s]/[/|BTL/]Bell Laboratories/gp
combine every even-numbered line with the next odd-numbered line:\
-2,${-{1}}g/[^|$]/[j|.,{.}+{1}j|.,.1j]
+2,${-{1}}g/[^|$]/[j|.,{.}+{1}j|.,+1j]
print next "SH" and following line:\
/SH/;[{.}+{1}|.1]p|/SH/,[//|/SH/][{.}+{1}|.1]p
print from next "TS" to following "TE":/TS/;/TE/p