mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:12:26 +01:00
More completion stuff
This commit is contained in:
@@ -441,9 +441,8 @@ liberator.registerObserver("load_commands", function ()
|
||||
}
|
||||
catch (e) {}
|
||||
compl = compl.concat([[s, ""] for each (s in styles.sites)])
|
||||
return [0, completion.filter(compl, args.arguments[0])];
|
||||
context.items = completion.filter(compl, args.arguments[0]);
|
||||
}
|
||||
return [0, []];
|
||||
},
|
||||
hereDoc: true,
|
||||
literal: true,
|
||||
|
||||
Reference in New Issue
Block a user