diff --git a/common/content/completion.js b/common/content/completion.js index d9058059..a136b7af 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1553,6 +1553,9 @@ function Completion() //{{{ } }, + // XXX + highlightGroup: function highlightGroup(context, args) commands.get("highlight").completer(context, args), + history: function _history(context, maxItems) { context.format = history.format;