mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 19:32:28 +01:00
Merge.
This commit is contained in:
@@ -119,11 +119,10 @@
|
||||
<spec>:bmarks<oa>!</oa> <oa>filter</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
List or open multiple bookmarks. Opens the message window
|
||||
at the bottom of the screen with all bookmarks with
|
||||
titles or URLs matching <oa>filter</oa>. The resulting
|
||||
URLs can be clicked, or accessed via extended hint modes
|
||||
such as <k>;o</k>.
|
||||
List or open multiple bookmarks. Opens the message window at the
|
||||
bottom of the screen with all bookmarks with URLs matching
|
||||
<oa>filter</oa>. The resulting URLs can be clicked, or accessed via
|
||||
extended hint modes such as <k>;o</k>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
|
||||
|
||||
options.add(["previouspattern"],
|
||||
"Patterns to use when guessing the previous page in a document sequence",
|
||||
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
||||
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
||||
{ regexpFlags: "i" });
|
||||
|
||||
options.add(["pageinfo", "pa"],
|
||||
|
||||
Reference in New Issue
Block a user