mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 18:45:52 +01:00
Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.
This commit is contained in:
@@ -302,10 +302,10 @@ const Highlights = Module("Highlight", {
|
||||
serialize: function () [
|
||||
{
|
||||
command: this.name,
|
||||
arguments: [k],
|
||||
literalArg: v
|
||||
arguments: [v.class],
|
||||
literalArg: v.value
|
||||
}
|
||||
for ([k, v] in Iterator(highlight))
|
||||
for (v in Iterator(highlight))
|
||||
if (v.value != v.default)
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user