aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-20 15:23:57 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-20 15:23:57 -0800
commitb4c8a33a0cbf4938b53458ded4d46efc6e8820ab (patch)
treeb5823b03aa1d6ab8dc5dc92cd543ca77c1c0b3c2 /bp.1
parent3c38aef78c637f933da7111bc55b77d94a824afa (diff)
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Diffstat (limited to 'bp.1')
-rw-r--r--bp.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bp.1 b/bp.1
index 8bc1dbe..d7a0c35 100644
--- a/bp.1
+++ b/bp.1
@@ -158,7 +158,7 @@ the same indentation that occurs on the current line.
.B .. \fI<pat>\fR
Any text \fBup-to-and-including\fR \fI<pat>\fR (excluding newline)
-.B .. \fI<pat>\fB % \fI<skip>\fR
+.B .. % \fI<skip>\fR \fI<pat>\fB
Any text \fBup-to-and-including\fR \fI<pat>\fR, but skipping over instances of \fI<skip>\fR.
E.g. \fB`"..`" % (`\\.)