1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 01:24:11 +01:00

Another feature silently dropped in revision 381566603c45.

This commit is contained in:
Štěpán Němec
2011-06-01 22:25:41 +02:00
parent 09f001b27a
commit 1183e71164
2 changed files with 8 additions and 6 deletions

View File

@@ -289,11 +289,11 @@
<spec>:tabm<oa>ove</oa><oa>!</oa> <oa>+N</oa> | <oa>-N</oa></spec>
<description>
<p>
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
tab list.
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. <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 tab list.
</p>
</description>
</item>

View File

@@ -111,7 +111,9 @@
- 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]
- :tabmove now moves to the position of tab N, not after it.
Without arguments it no longer moves the tab to the end of
the list. [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