mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 16:15:47 +01:00
Fix some of the "typo fixes" and a few more typos.
This commit is contained in:
@@ -1276,8 +1276,8 @@ const Commands = Module("commands", {
|
||||
args["-javascript"] ? completion.javascript(context) : completion.ex(context);
|
||||
},
|
||||
options: [
|
||||
{ names: ["-bang", "-b"], description: "Command may be proceeded by a !" },
|
||||
{ names: ["-count", "-c"], description: "Command may be proceeded by a count" },
|
||||
{ names: ["-bang", "-b"], description: "Command may be followed by a !" },
|
||||
{ names: ["-count", "-c"], description: "Command may be preceded by a count" },
|
||||
{
|
||||
// TODO: "E180: invalid complete value: " + arg
|
||||
names: ["-complete", "-C"],
|
||||
|
||||
Reference in New Issue
Block a user