1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

Fix some completion bugs

This commit is contained in:
Kris Maglione
2008-11-22 10:32:46 +00:00
parent 49a559866c
commit fbd5fde3b4
5 changed files with 5 additions and 4 deletions

View File

@@ -688,6 +688,7 @@ function Options() //{{{
bang: true,
completer: function (context, args, special, count, modifiers)
{
let filter = context.filter;
var optionCompletions = [];
if (special) // list completions for about:config entries