From 09f001b27a347644a23dc9868d8df293ba6164f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Wed, 1 Jun 2011 21:36:47 +0200 Subject: [PATCH] Reflect the last change in the documentation. --- common/content/tabs.js | 2 +- common/locale/en-US/tabs.xml | 2 +- pentadactyl/NEWS | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/tabs.js b/common/content/tabs.js index c6ac6ecf..079bc635 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -767,7 +767,7 @@ var Tabs = Module("tabs", { // TODO: add count support commands.add(["tabm[ove]"], - "Move the current tab after tab N", + "Move the current tab to the position of tab N", function (args) { let arg = args[0]; diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index 64138dcb..8196aa9b 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -289,7 +289,7 @@ :tabmove! +N | -N

- Move the current tab to a position after tab N. When N is 0, the + Move the current tab to the position of tab N. When N is 0, the current tab is made the first one. Without N the current tab is made the last one. N can also be prefixed with ‘+’ or ‘-’ to indicate a relative movement. If ! is specified the movement wraps around the start or end of the diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 3a416c36..035fdec6 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -111,6 +111,7 @@ - Added :mksyntax command to auto-generate Vim syntax files. [b4] - Added 's' and 'e' flags to :pageinfo command. [b7] - Added :pintab and :unpintab commands. [b7] + - :tabmove now moves to the position of tab N, not after it. [b7] - :open now only opens files beginning with /, ./, ../, or ~/ [b1] - :saveas now provides completions for default file names, and automatically chooses a filename when the save target is a