mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 02:42:25 +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",
|
||||
"string", "|");
|
||||
"string", "\\|");
|
||||
|
||||
options.add(["verbose", "vbs"],
|
||||
"Define which info messages are displayed",
|
||||
|
||||
@@ -1334,7 +1334,7 @@
|
||||
<tags>'us' 'urlseparator'</tags>
|
||||
<spec>'urlseparator'</spec>
|
||||
<type>string</type>
|
||||
<default>|</default>
|
||||
<default>\\|</default>
|
||||
<description>
|
||||
<p>
|
||||
The regular expression used to split URL lists in commands
|
||||
|
||||
Reference in New Issue
Block a user