From 1ceb330689106656974d78b2acca850cb6a9785b Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 18 Jul 2000 18:12:32 +0000 Subject: [PATCH] The replacement string is now only for matched region, not the whole string. Some additional personal rules. --- rc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/rc b/rc index 88ef102..f89f698 100644 --- a/rc +++ b/rc @@ -1,16 +1,25 @@ R:^(.*[^ ]) *\(([^()]*)\)$ 1-2 + R:^Wash$ Maint-@ R:^Food$ Maint-@ R:^Rest$ Sleep-@ R:^Sleep\> Maint-@ -R:-Talk$ @-free -R pay+:^[^!].*-pay$ !@ -R pay+:^[^!] +R:^Supp\> Support-Tata +R:^.*-Talk$ @-free +R:^Fiat-TV Nova$ @-free +R:\ Bures + +R pay+:^.*-pay$ !@ +R pay+:^[^!].*$ R pay+:^!(.*)-pay$ 1 -R MT+:\ !@ -R MT+:^[^!] +R MT+:^.*\.*$ !@ +R MT+:^[^!].*$ R MT+:^!(.*)$ 1 -R nonfree+:-free$ +R nonfree+:^.*-free$ + +R suppkral+:^Support-Kral !0 +R suppkral+:^[^!].*$ +R suppkral+:^!(.*)$ 1 -- 1.8.3.1