mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:37:59 +01:00
Fix completion.runCompleter
This commit is contained in:
@@ -965,7 +965,7 @@ function Completion() //{{{
|
||||
|
||||
runCompleter: function (name, filter)
|
||||
{
|
||||
return _runCompleter.items.map(function (i) i.item);
|
||||
return this._runCompleter(name, filter).items.map(function (i) i.item);
|
||||
},
|
||||
|
||||
// cancel any ongoing search
|
||||
|
||||
Reference in New Issue
Block a user