mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 22:35:46 +01: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>
|
||||
<tags>/</tags>
|
||||
<spec>/<a>pattern</a><oa>/</oa><k name="CR"/></spec>
|
||||
<spec>/<a>pattern</a><k name="CR"/></spec>
|
||||
<description>
|
||||
<p>Find <a>pattern</a> starting at the current caret position.</p>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
<item>
|
||||
<tags>?</tags>
|
||||
<spec>?<a>pattern</a><oa>?</oa><k name="CR"/></spec>
|
||||
<spec>?<a>pattern</a><k name="CR"/></spec>
|
||||
<description>
|
||||
<p>
|
||||
Find a pattern backward of the current caret position in exactly the
|
||||
|
||||
Reference in New Issue
Block a user