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

fix accidental regression in :tabmove name specification

This commit is contained in:
Doug Kearns
2007-05-25 06:59:17 +00:00
parent 2cc5728cdf
commit b02e2c3494

View File

@@ -413,7 +413,7 @@ var g_commands = [/*{{{*/
null
],
[
["tabmove", "tabm"],
["tabm[ove]"],
["tabm[ove] [N]", "tabm[ove][!] [+|-N]"],
"Move the current tab after tab N",
"When N is 0 the current tab is made the first one. Without N the current tab is made the last one. " +