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