mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 03:15:51 +01:00
Merge default.
--HG-- branch : key-processing
This commit is contained in:
@@ -1418,7 +1418,13 @@ var Buffer = Module("buffer", {
|
|||||||
|
|
||||||
commands.add(["pa[geinfo]"],
|
commands.add(["pa[geinfo]"],
|
||||||
"Show various page information",
|
"Show various page information",
|
||||||
function (args) { buffer.showPageInfo(true, args[0]); },
|
function (args) {
|
||||||
|
let arg = args[0];
|
||||||
|
let opt = options.get("pageinfo");
|
||||||
|
|
||||||
|
dactyl.assert(opt.validator(opt.parse(arg)), "E475: Invalid argument: " + arg);
|
||||||
|
buffer.showPageInfo(true, arg);
|
||||||
|
},
|
||||||
{
|
{
|
||||||
argCount: "?",
|
argCount: "?",
|
||||||
completer: function (context) {
|
completer: function (context) {
|
||||||
|
|||||||
@@ -327,6 +327,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'act' 'activate'</tags>
|
<tags>'act' 'activate'</tags>
|
||||||
|
<strut/>
|
||||||
<spec>'activate' 'act'</spec>
|
<spec>'activate' 'act'</spec>
|
||||||
<type>stringlist</type>
|
<type>stringlist</type>
|
||||||
<default>addons,bookmarks,diverted,downloads,extoptions,
|
<default>addons,bookmarks,diverted,downloads,extoptions,
|
||||||
@@ -852,6 +853,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'ht' 'hinttags'</tags>
|
<tags>'ht' 'hinttags'</tags>
|
||||||
|
<strut/>
|
||||||
<spec>'hinttags' 'ht'</spec>
|
<spec>'hinttags' 'ht'</spec>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>&hinttags;</default>
|
<default>&hinttags;</default>
|
||||||
@@ -1060,6 +1062,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'nextpattern'</tags>
|
<tags>'nextpattern'</tags>
|
||||||
|
<strut/>
|
||||||
<spec>'nextpattern'</spec>
|
<spec>'nextpattern'</spec>
|
||||||
<type>stringlist</type>
|
<type>stringlist</type>
|
||||||
<default>'\bnext',^>$,'^(>>|»)$','^(>|»)','(>|»)$','\bmore\b'</default>
|
<default>'\bnext',^>$,'^(>>|»)$','^(>|»)','(>|»)$','\bmore\b'</default>
|
||||||
@@ -1163,6 +1166,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'previouspattern'</tags>
|
<tags>'previouspattern'</tags>
|
||||||
|
<strut/>
|
||||||
<spec>'previouspattern'</spec>
|
<spec>'previouspattern'</spec>
|
||||||
<type>stringlist</type>
|
<type>stringlist</type>
|
||||||
<default><![CDATA['\bprev|previous\b',^<$,'^(<<|«)$','^(<|«)','(<|«)$']]></default>
|
<default><![CDATA['\bprev|previous\b',^<$,'^(<<|«)$','^(<|«)','(<|«)$']]></default>
|
||||||
@@ -1462,6 +1466,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'wia' 'wildanchor'</tags>
|
<tags>'wia' 'wildanchor'</tags>
|
||||||
|
<strut/>
|
||||||
<spec>'wildanchor' 'wia'</spec>
|
<spec>'wildanchor' 'wia'</spec>
|
||||||
<type>regexplist</type>
|
<type>regexplist</type>
|
||||||
<default>!'/ex/(back|buffer|ext|forward|help|undo)'</default>
|
<default>!'/ex/(back|buffer|ext|forward|help|undo)'</default>
|
||||||
|
|||||||
Reference in New Issue
Block a user