summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2008-12-08 14:14:03 +1100
committerDoug Kearns <dougkearns@gmail.com>2008-12-08 14:14:03 +1100
commitb921abb6a31911793c921b66944227be27432574 (patch)
tree8d71d080ab856e1589a6777447773bf297be1603 /vimperator/locale/en-US
parent2756201060fab8fc580d49c8d540fefc0a7098c1 (diff)
downloadpentadactyl-b921abb6a31911793c921b66944227be27432574.tar.gz
use argCount: "?" for :tabmove
Diffstat (limited to 'vimperator/locale/en-US')
-rw-r--r--vimperator/locale/en-US/tabs.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/vimperator/locale/en-US/tabs.txt b/vimperator/locale/en-US/tabs.txt
index 3e3f38ae..61e14901 100644
--- a/vimperator/locale/en-US/tabs.txt
+++ b/vimperator/locale/en-US/tabs.txt
@@ -128,13 +128,14 @@ ________________________________________________________________________________
|:tabm| |:tabmove|
-||:tabm[ove] [N]|| +
-||:tabm[ove][!] +N | -N|| +
-________________________________________________________________________________
-Move the current tab to a position 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. N can
-also be prefixed with "+" or "-" to indicate a relative movement. If [!] is
-specified the movement wraps around the start or end of the tab list.
+||:tabm[ove] [a][N][a]|| +
+||:tabm[ove][!] [a]+N[a] | [a]-N[a]|| +
+________________________________________________________________________________
+Move the current tab to a position after tab [a]N[a]. When [a]N[a] is 0, the
+current tab is made the first one. Without [a]N[a] the current tab is made the
+last one. [a]N[a] can also be prefixed with "+" or "-" to indicate a relative
+movement. If [!] is specified the movement wraps around the start or end of the
+tab list.
________________________________________________________________________________