mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:12:26 +01:00
:hi CompMsg height: 1.5em; line-height: 1.5em; as the completion rows.
This commit is contained in:
@@ -573,7 +573,7 @@ function Completion() //{{{
|
||||
|
||||
// v[0] in orig and orig[v[0]] catch different cases. XPCOM
|
||||
// objects are problematic, to say the least.
|
||||
if ([modules, plugins, userContext].some(function (o) o.isPrototypeOf(obj)))
|
||||
if (modules.isPrototypeOf(obj))
|
||||
compl = [v for (v in Iterator(obj))];
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user