1
0
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:
Kris Maglione
2008-11-22 23:42:59 +00:00
parent d3449c2f50
commit 77dca6413f
5 changed files with 82 additions and 70 deletions

View File

@@ -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,