mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 04:15:47 +01:00
Fix some args completion bugs. Update where JS completion waits for tab.
This commit is contained in:
@@ -308,7 +308,7 @@ function Bookmarks() //{{{
|
||||
{
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
options: [[["-title", "-t"], commands.OPTION_STRING],
|
||||
options: [[["-title", "-t"], commands.OPTION_STRING, null, function () [[content.document.title, "Current Page Title"]]],
|
||||
[["-tags", "-T"], commands.OPTION_LIST, null, tags],
|
||||
[["-keyword", "-k"], commands.OPTION_STRING, function (arg) /\w/.test(arg)]]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user