mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 21:42:26 +01:00
Fix :command listings.
This commit is contained in:
@@ -836,7 +836,7 @@ var Commands = Module("commands", {
|
||||
function completerToString(completer) {
|
||||
if (completer) {
|
||||
for (let [key, val] of Object.entries(config.completers))
|
||||
if (completion.bound(val) === completer)
|
||||
if (completion.bound[val] === completer)
|
||||
return key;
|
||||
|
||||
return "custom";
|
||||
|
||||
Reference in New Issue
Block a user