1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:57:59 +01:00

use literalArg with :help

This commit is contained in:
Doug Kearns
2008-12-10 17:14:52 +11:00
parent dc85f9f619
commit f5a8158d5f

View File

@@ -346,13 +346,13 @@ const liberator = (function () //{{{
return;
}
liberator.help(args.string);
liberator.help(args.literalArg);
},
{
argCount: "?",
bang: true,
completer: function (context) completion.help(context),
literal: 0 // FIXME: why literal?
literal: 0
});
commands.add(["javas[cript]", "js"],