Skip to content

Commit a109c36

Browse files
authored
Merge pull request #176 from zbinlin/patch-2
Fix `No such autocomplete provider: 'history'`
2 parents 31a6ba0 + 72e413b commit a109c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pentadactyl/content/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ var Config = Module("config", ConfigBase, {
203203
const { document } = window;
204204

205205
completion.location = function location(context) {
206-
completion.autocomplete("history", context);
206+
completion.autocomplete("unifiedcomplete", context);
207207
context.title = ["Smart Completions"];
208208
};
209209

0 commit comments

Comments
 (0)