1
0
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:
Doug Kearns
2010-10-21 21:11:22 +11:00
parent 4c90f72617
commit fafd591cf0

View File

@@ -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
});