mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:07:59 +01:00
Formatting fixes.
This commit is contained in:
@@ -165,7 +165,9 @@ function Buffer() //{{{
|
|||||||
"Patterns to use when guessing the 'previous' page in a document sequence",
|
"Patterns to use when guessing the 'previous' page in a document sequence",
|
||||||
"stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$");
|
"stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$");
|
||||||
|
|
||||||
options.add(["pageinfo", "pa"], "Desired info on :pa[geinfo]", "charlist", "gfm",
|
options.add(["pageinfo", "pa"],
|
||||||
|
"Desired info on :pa[geinfo]",
|
||||||
|
"charlist", "gfm",
|
||||||
{
|
{
|
||||||
completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))],
|
completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))],
|
||||||
validator: Option.validateCompleter
|
validator: Option.validateCompleter
|
||||||
|
|||||||
Reference in New Issue
Block a user