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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user