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