diff options
author | Kris Maglione <maglione.k@gmail.com> | 2008-12-14 20:28:06 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2008-12-14 20:28:06 -0500 |
commit | 0025d79a1dc010ec17e22867752bffbed6e8e111 (patch) | |
tree | 9e6416afc7a96c5e5c906cac0dd122d3b5d2c641 /vimperator/locale/en-US | |
parent | 3e330c32778a46c7c881c033228e59b4fea9ad17 (diff) | |
download | pentadactyl-0025d79a1dc010ec17e22867752bffbed6e8e111.tar.gz |
Allow [count]b == :[count]b
Diffstat (limited to 'vimperator/locale/en-US')
-rw-r--r-- | vimperator/locale/en-US/tabs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vimperator/locale/en-US/tabs.txt b/vimperator/locale/en-US/tabs.txt index 98660b7c..eedbfc44 100644 --- a/vimperator/locale/en-US/tabs.txt +++ b/vimperator/locale/en-US/tabs.txt @@ -85,10 +85,10 @@ ________________________________________________________________________________ |b| |:b| |:buffer| ||:[count]b[uffer][!] [a][url|index][a]|| + -||b|| +||[count]b|| ________________________________________________________________________________ Go to the specified buffer from the buffer list. Argument can be either the -buffer index or the full URL. +buffer index or the full URL. If [count] is given, go to the [count]th buffer. If argument is neither a full URL nor an index but uniquely identifies a buffer, it is selected. With [!] the next buffer matching the argument is |