diff --git a/common/content/options.js b/common/content/options.js index 00bf0745..e96b6b5b 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1140,7 +1140,7 @@ function Options() //{{{ if (!scope) scope = options.OPTION_SCOPE_BOTH; - let opts = function (opt) { + function opts(opt) { for (let opt in Iterator(options)) { let option = { @@ -1189,7 +1189,7 @@ function Options() //{{{ let prefArray = options.allPrefs(); prefArray.sort(); - let prefs = function () { + function prefs() { for (let [, pref] in Iterator(prefArray)) { let userValue = services.get("pref").prefHasUserValue(pref); diff --git a/vimperator/NEWS b/vimperator/NEWS index 82de544a..ead10034 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -25,7 +25,6 @@ * add [c]:verbose[c] * add [c]:window[c] to run a command in a new window * add ! version of [c]:delbmarks[c] to delete all bookmarks - * new "t" option for 'complete' to also switch to open tabs with :open * add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c] * make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c] when no argument is specified