1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

push literalArg onto the end of args.arguments in parseArgs - still a bit of a

mess
This commit is contained in:
Doug Kearns
2008-11-03 06:00:44 +00:00
parent e8cf48af6c
commit 31ba397ff5
6 changed files with 17 additions and 18 deletions

View File

@@ -180,11 +180,11 @@ function Mappings() //{{{
modeDescription = modeDescription ? " in " + modeDescription + " mode" : "";
const opts = {
argCount: "2",
completer: function (filter) completion.userMapping(filter, modes),
options: [
[["<silent>", "<Silent>"], commands.OPTION_NOARG]
],
argCount: 1,
literal: true,
serial: function () {
let noremap = this.name.indexOf("noremap") > -1;