mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 02:05:46 +01:00
fix accidental regression in :tabmove name specification
This commit is contained in:
@@ -413,7 +413,7 @@ var g_commands = [/*{{{*/
|
|||||||
null
|
null
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
["tabmove", "tabm"],
|
["tabm[ove]"],
|
||||||
["tabm[ove] [N]", "tabm[ove][!] [+|-N]"],
|
["tabm[ove] [N]", "tabm[ove][!] [+|-N]"],
|
||||||
"Move the current tab after tab 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. " +
|
"When N is 0 the current tab is made the first one. Without N the current tab is made the last one. " +
|
||||||
|
|||||||
Reference in New Issue
Block a user