mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 04:07:59 +01:00
use literalArg with :help
This commit is contained in:
@@ -346,13 +346,13 @@ const liberator = (function () //{{{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
liberator.help(args.string);
|
liberator.help(args.literalArg);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
argCount: "?",
|
argCount: "?",
|
||||||
bang: true,
|
bang: true,
|
||||||
completer: function (context) completion.help(context),
|
completer: function (context) completion.help(context),
|
||||||
literal: 0 // FIXME: why literal?
|
literal: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["javas[cript]", "js"],
|
commands.add(["javas[cript]", "js"],
|
||||||
|
|||||||
Reference in New Issue
Block a user