1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 13:55:46 +01:00

Fix :delbmarks completer.

This commit is contained in:
Kris Maglione
2010-09-27 18:45:39 -04:00
parent 4723acb748
commit d8884521db

View File

@@ -403,7 +403,7 @@ const Bookmarks = Module("bookmarks", {
{ {
argCount: "?", argCount: "?",
bang: true, bang: true,
completer: function completer(context) completer: function completer(context, args)
completion.bookmark(context, args["-tags"], { keyword: args["-keyword"], title: args["-title"] }), completion.bookmark(context, args["-tags"], { keyword: args["-keyword"], title: args["-title"] }),
domains: function (args) array.compact(args.map(util.getHost)), domains: function (args) array.compact(args.map(util.getHost)),
literal: 0, literal: 0,