mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:14:12 +01:00
Fix :delqmarks completion.
This commit is contained in:
@@ -136,10 +136,7 @@ const QuickMarks = Module("quickmarks", {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
bang: true,
|
bang: true,
|
||||||
completer: function (context) {
|
completer: function (context) completion.quickmark(context),
|
||||||
context.title = ["QuickMark", "URL"];
|
|
||||||
context.completions = this._qmarks;
|
|
||||||
},
|
|
||||||
literal: 0
|
literal: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user