mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-24 21:25:46 +01:00
Fix :qmarks.
This commit is contained in:
@@ -90,8 +90,8 @@ const QuickMarks = Module("quickmarks", {
|
||||
dactyl.assert(marks.length >= 0, "E283: No QuickMarks matching " + filter.quote());
|
||||
}
|
||||
|
||||
let items = [[mark, this._qmarks.get(mark)] for ([k, mark] in Iterator(marks))];
|
||||
template.genericTable(items, { title: ["QuickMark", "URL"] });
|
||||
commandline.commandOutput(template.tabular(["QuickMark", "URL"], [],
|
||||
([mark, quickmarks._qmarks.get(mark)] for ([k, mark] in Iterator(marks)))));
|
||||
}
|
||||
}, {
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user