mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 09:54:11 +01:00
Reflect the last change in the documentation.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
@@ -289,7 +289,7 @@
|
||||
<spec>:tabm<oa>ove</oa><oa>!</oa> <oa>+N</oa> | <oa>-N</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Move the current tab to a position after tab <oa>N</oa>. When <oa>N</oa> is 0, the
|
||||
Move the current tab to the position of tab <oa>N</oa>. When <oa>N</oa> is 0, the
|
||||
current tab is made the first one. Without <oa>N</oa> the current tab is made the
|
||||
last one. <oa>N</oa> can also be prefixed with ‘+’ or ‘-’ to indicate a relative
|
||||
movement. If <oa>!</oa> is specified the movement wraps around the start or end of the
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user