mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 03:45:49 +01:00
Fix :delbmarks completer.
This commit is contained in:
@@ -403,7 +403,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
{
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function completer(context)
|
||||
completer: function completer(context, args)
|
||||
completion.bookmark(context, args["-tags"], { keyword: args["-keyword"], title: args["-title"] }),
|
||||
domains: function (args) array.compact(args.map(util.getHost)),
|
||||
literal: 0,
|
||||
|
||||
Reference in New Issue
Block a user