diff --git a/common/content/completion.js b/common/content/completion.js index 879aef93..81eb14d6 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1211,6 +1211,7 @@ function Completion() //{{{ {item.item.indicator} { process.call(this, item, text) } ]; + context.completions = util.map(tabs.browsers, function ([i, browser]) { let indicator = " "; diff --git a/common/content/events.js b/common/content/events.js index 45174072..752f2836 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -251,7 +251,7 @@ function AutoCommands() //{{{ lastPattern = autoCmd.pattern; liberator.echomsg("autocommand " + autoCmd.command, 9); - if (autoCmd.command instanceof Function) + if (typeof autoCmd.command == "function") autoCmd.command.call(autoCmd, args); else liberator.execute(commands.replaceTokens(autoCmd.command, args)); diff --git a/common/content/style.js b/common/content/style.js index c124296c..b9faa6ad 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -6,6 +6,7 @@ it under any or all of those licenseses. }}} ***** END LICENSE BLOCK *****/ +// Highlights.prototype.CSS = .toString(); +// + function Highlights(name, store, serial) { var self = this; diff --git a/common/content/template.js b/common/content/template.js index 73c931ba..5f71dce2 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -50,6 +50,7 @@ const template = { var desc = this.process[1].call(this, item, this.getKey(item, "description")); } + // return
Use :regressions! to skip this prompt. - ); + .*); commandline.input("Type 'yes' to run the tests: ", function (res) { if (res == "yes") run(); } ); return; }