mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:27:57 +01:00
Make the :command-complete completers config specific.
Adds a few missing completers for Pentadactyl.
This commit is contained in:
@@ -126,6 +126,8 @@ var Config = Module("config", ConfigBase, {
|
||||
Leave: "Triggered before exiting Firefox"
|
||||
},
|
||||
|
||||
completers: Class.memoize(function () update({ sidebar: "sidebar", window: "window" }, this.__proto__.completers)),
|
||||
|
||||
defaults: {
|
||||
complete: "slf",
|
||||
guioptions: "bCrs",
|
||||
|
||||
Reference in New Issue
Block a user