From b02e2c349446a1e344bb3bfff605614aa42aa363 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 25 May 2007 06:59:17 +0000 Subject: [PATCH] fix accidental regression in :tabmove name specification --- chrome/content/vimperator/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 859e9b5e..ba621053 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -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. " +