mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 04:52:28 +01:00
Fix last commit.
This commit is contained in:
@@ -1269,9 +1269,9 @@ const Dactyl = Module("dactyl", {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
options.add(["urlseparator"],
|
options.add(["urlseparator", "us"],
|
||||||
"Set the separator regex used to separate multiple URL args",
|
"Set the separator regex used to separate multiple URL args",
|
||||||
"string", "|");
|
"string", "\\|");
|
||||||
|
|
||||||
options.add(["verbose", "vbs"],
|
options.add(["verbose", "vbs"],
|
||||||
"Define which info messages are displayed",
|
"Define which info messages are displayed",
|
||||||
|
|||||||
@@ -1334,7 +1334,7 @@
|
|||||||
<tags>'us' 'urlseparator'</tags>
|
<tags>'us' 'urlseparator'</tags>
|
||||||
<spec>'urlseparator'</spec>
|
<spec>'urlseparator'</spec>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>|</default>
|
<default>\\|</default>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
The regular expression used to split URL lists in commands
|
The regular expression used to split URL lists in commands
|
||||||
|
|||||||
Reference in New Issue
Block a user