mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
declare some undeclared variables in parseOpt and whitespace fixes
This commit is contained in:
@@ -532,7 +532,7 @@ function Commands() //{{{
|
||||
invalid = true;
|
||||
}
|
||||
|
||||
if (quote)
|
||||
if (quote)
|
||||
{
|
||||
if (!complete)
|
||||
{
|
||||
@@ -748,7 +748,7 @@ function Commands() //{{{
|
||||
let filter = {
|
||||
argCount: args["-nargs"],
|
||||
bang: "-bang" in args && true,
|
||||
count: args["-count"],
|
||||
count: args["-count"]
|
||||
};
|
||||
let cmds = getMatchingUserCommands(cmd, filter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user