mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-02 07:13:31 +02:00
Remove optional closing find command pattern delimiter from :help /.
It's no longer supported and offsets don't make enough sense to implement.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>/</tags>
|
<tags>/</tags>
|
||||||
<spec>/<a>pattern</a><oa>/</oa><k name="CR"/></spec>
|
<spec>/<a>pattern</a><k name="CR"/></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>Find <a>pattern</a> starting at the current caret position.</p>
|
<p>Find <a>pattern</a> starting at the current caret position.</p>
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>?</tags>
|
<tags>?</tags>
|
||||||
<spec>?<a>pattern</a><oa>?</oa><k name="CR"/></spec>
|
<spec>?<a>pattern</a><k name="CR"/></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Find a pattern backward of the current caret position in exactly the
|
Find a pattern backward of the current caret position in exactly the
|
||||||
|
|||||||
Reference in New Issue
Block a user