1
0
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:
Kris Maglione
2008-11-23 02:08:02 +00:00
parent 77dca6413f
commit 058ad03105
2 changed files with 15 additions and 14 deletions

View File

@@ -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)]]
});