mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-01 20:13:32 +02:00
Remove spurious entry about 't' flag for 'complete' from NEWS..
This commit is contained in:
@@ -1140,7 +1140,7 @@ function Options() //{{{
|
|||||||
if (!scope)
|
if (!scope)
|
||||||
scope = options.OPTION_SCOPE_BOTH;
|
scope = options.OPTION_SCOPE_BOTH;
|
||||||
|
|
||||||
let opts = function (opt) {
|
function opts(opt) {
|
||||||
for (let opt in Iterator(options))
|
for (let opt in Iterator(options))
|
||||||
{
|
{
|
||||||
let option = {
|
let option = {
|
||||||
@@ -1189,7 +1189,7 @@ function Options() //{{{
|
|||||||
|
|
||||||
let prefArray = options.allPrefs();
|
let prefArray = options.allPrefs();
|
||||||
prefArray.sort();
|
prefArray.sort();
|
||||||
let prefs = function () {
|
function prefs() {
|
||||||
for (let [, pref] in Iterator(prefArray))
|
for (let [, pref] in Iterator(prefArray))
|
||||||
{
|
{
|
||||||
let userValue = services.get("pref").prefHasUserValue(pref);
|
let userValue = services.get("pref").prefHasUserValue(pref);
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
* add [c]:verbose[c]
|
* add [c]:verbose[c]
|
||||||
* add [c]:window[c] to run a command in a new window
|
* add [c]:window[c] to run a command in a new window
|
||||||
* add ! version of [c]:delbmarks[c] to delete all bookmarks
|
* 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]
|
* 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]
|
* make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c]
|
||||||
when no argument is specified
|
when no argument is specified
|
||||||
|
|||||||
Reference in New Issue
Block a user