1
0
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:
Doug Kearns
2011-01-01 03:54:43 +11:00
parent 729bf8d45c
commit 24f5c9d06d
6 changed files with 66 additions and 56 deletions

View File

@@ -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",