1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 01:55:46 +01:00

Add help and NEWS entries for :bmark!

This commit is contained in:
Kris Maglione
2008-10-04 19:58:18 +00:00
parent 4b4e578dc3
commit 506838b41d
4 changed files with 11 additions and 7 deletions

View File

@@ -261,6 +261,7 @@ liberator.Bookmarks = function () //{{{
},
{
argCount: "?",
bang: true,
options: [[["-title", "-t"], liberator.commands.OPTION_STRING],
[["-tags", "-T"], liberator.commands.OPTION_LIST],
[["-keyword", "-k"], liberator.commands.OPTION_STRING, function (arg) /\w/.test(arg)]]