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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user