mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 10:55:45 +01:00
Fix :delbmarks completer.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user