mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 04:44:11 +01:00
Better list option parsing and serialization.
This commit is contained in:
@@ -1291,7 +1291,7 @@ const Dactyl = Module("dactyl", {
|
||||
|
||||
options.add(["loadplugins", "lpl"],
|
||||
"A regex list that defines which plugins are loaded at startup and via :loadplugins",
|
||||
"regexlist", "\\.(js|vimp)$");
|
||||
"regexlist", "'\\.(js|vimp)$'");
|
||||
|
||||
options.add(["titlestring"],
|
||||
"Change the title of the window",
|
||||
|
||||
Reference in New Issue
Block a user