1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 05:35:46 +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> <spec>:tabm<oa>ove</oa><oa>!</oa> <oa>+N</oa> | <oa>-N</oa></spec>
<description> <description>
<p> <p>
Move the current tab to the position of tab <oa>N</oa>. When <oa>N</oa> is 0, the Move the current tab to the position of tab <oa>N</oa>. When
current tab is made the first one. Without <oa>N</oa> the current tab is made the <oa>N</oa> is 0, the current tab is made the first one. <oa>N</oa>
last one. <oa>N</oa> can also be prefixed with + or - to indicate a relative 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 movement. If <oa>!</oa> is specified the movement wraps around the
tab list. start or end of the tab list.
</p> </p>
</description> </description>
</item> </item>

View File

@@ -111,7 +111,9 @@
- Added :mksyntax command to auto-generate Vim syntax files. [b4] - Added :mksyntax command to auto-generate Vim syntax files. [b4]
- Added 's' and 'e' flags to :pageinfo command. [b7] - Added 's' and 'e' flags to :pageinfo command. [b7]
- Added :pintab and :unpintab commands. [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] - :open now only opens files beginning with /, ./, ../, or ~/ [b1]
- :saveas now provides completions for default file names, and - :saveas now provides completions for default file names, and
automatically chooses a filename when the save target is a automatically chooses a filename when the save target is a