1
0
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:
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, bang: true,
completer: function (context) { completer: function (context) completion.quickmark(context),
context.title = ["QuickMark", "URL"];
context.completions = this._qmarks;
},
literal: 0 literal: 0
}); });