mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 03:34:12 +01:00
More completion stuff
This commit is contained in:
@@ -313,7 +313,7 @@ function Bookmarks() //{{{
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
options: [[["-title", "-t"], commands.OPTION_STRING],
|
||||
[["-tags", "-T"], commands.OPTION_LIST],
|
||||
[["-tags", "-T"], commands.OPTION_LIST, null, tags],
|
||||
[["-keyword", "-k"], commands.OPTION_STRING, function (arg) /\w/.test(arg)]]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user