mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-22 22:53:32 +01:00
Fix multi-value :set charlist completion. Closes issue #347.
This commit is contained in:
@@ -1246,6 +1246,9 @@ var Options = Module("options", {
|
|||||||
// Fallthrough
|
// Fallthrough
|
||||||
case "stringlist":
|
case "stringlist":
|
||||||
break;
|
break;
|
||||||
|
case "charlist":
|
||||||
|
Option._splitAt = newValues.length;
|
||||||
|
break;
|
||||||
case "stringmap":
|
case "stringmap":
|
||||||
case "regexpmap":
|
case "regexpmap":
|
||||||
let vals = Option.splitList(context.filter);
|
let vals = Option.splitList(context.filter);
|
||||||
|
|||||||
Reference in New Issue
Block a user