use literalArg with :help

This commit is contained in:
Doug Kearns
2008-12-12 14:03:24 +11:00
parent dc85f9f619
commit f5a8158d5f
+2 -2
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"],