mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 07:04:12 +01:00
Merge pull request #176 from zbinlin/patch-2
Fix `No such autocomplete provider: 'history'`
This commit is contained in:
@@ -203,7 +203,7 @@ var Config = Module("config", ConfigBase, {
|
|||||||
const { document } = window;
|
const { document } = window;
|
||||||
|
|
||||||
completion.location = function location(context) {
|
completion.location = function location(context) {
|
||||||
completion.autocomplete("history", context);
|
completion.autocomplete("unifiedcomplete", context);
|
||||||
context.title = ["Smart Completions"];
|
context.title = ["Smart Completions"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user