1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 02:05:45 +01:00

use argCount: "?" for :tab{previous,next,close}

This commit is contained in:
Doug Kearns
2008-12-12 18:35:41 +11:00
parent b861cf4820
commit d7da534a88
2 changed files with 35 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ ________________________________________________________________________________
|b| |:b| |:buffer|
||:[count]b[uffer][!] {url|index}|| +
||:[count]b[uffer][!] [a][url|index][a]|| +
||b||
________________________________________________________________________________
Go to the specified buffer from the buffer list. Argument can be either the
@@ -96,6 +96,8 @@ selected, even if it cannot be identified uniquely. Use [m]b[m] as a
shortcut to open this prompt.
If argument is [a]#[a], the alternate buffer will be selected (see [m]<C-^>[m]).
If no argument is given the current buffer remains current.
________________________________________________________________________________