mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 19:24:12 +01:00
Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea6242902e4; other small fixes.
This commit is contained in:
@@ -221,6 +221,7 @@ const CompletionContext = Class("CompletionContext", {
|
||||
let prefix = self.value.substring(minStart, context.offset);
|
||||
return context.items.map(function (item) ({
|
||||
text: prefix + item.text,
|
||||
result: prefix + item.result,
|
||||
__proto__: item
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user