mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
make sure Command.names includes unabbreviatable names
This commit is contained in:
@@ -91,7 +91,10 @@ function Command(specs, action, extra_info)//{{{
|
|||||||
names.push(match[1]);
|
names.push(match[1]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
long_names.push(specs[i]);
|
long_names.push(specs[i]);
|
||||||
|
names.push(specs[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return { names: names, long_names: long_names, short_names: short_names };
|
return { names: names, long_names: long_names, short_names: short_names };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user