diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-20 15:23:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-20 15:23:57 -0800 |
| commit | b4c8a33a0cbf4938b53458ded4d46efc6e8820ab (patch) | |
| tree | b5823b03aa1d6ab8dc5dc92cd543ca77c1c0b3c2 /bp.1 | |
| parent | 3c38aef78c637f933da7111bc55b77d94a824afa (diff) | |
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`"..`" % (`\\.) |
