Regenerate docs
This commit is contained in:
parent
8ae0bd2797
commit
58bef6ba97
@ -184,7 +184,7 @@ Load a bookmark.
|
|||||||
|
|
||||||
[[buffer]]
|
[[buffer]]
|
||||||
=== buffer
|
=== buffer
|
||||||
Syntax: +:buffer 'index'+
|
Syntax: +:buffer ['index']+
|
||||||
|
|
||||||
Select tab by index or url/title best match.
|
Select tab by index or url/title best match.
|
||||||
|
|
||||||
@ -193,10 +193,10 @@ Focuses window if necessary when index is given. If both index and count are giv
|
|||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'index'+: The [win_id/]index of the tab to focus. Or a substring in which case the closest match will be focused.
|
* +'index'+: The [win_id/]index of the tab to focus. Or a substring in which case the closest match will be focused.
|
||||||
|
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
The tab index to focus, starting with 1.
|
The tab index to focus, starting with 1.
|
||||||
|
|
||||||
|
|
||||||
[[close]]
|
[[close]]
|
||||||
=== close
|
=== close
|
||||||
Close the current window.
|
Close the current window.
|
||||||
|
@ -1015,8 +1015,8 @@ class CommandDispatcher:
|
|||||||
def buffer(self, index=None, count=None):
|
def buffer(self, index=None, count=None):
|
||||||
"""Select tab by index or url/title best match.
|
"""Select tab by index or url/title best match.
|
||||||
|
|
||||||
Focuses window if necessary when index is given. If both index and count
|
Focuses window if necessary when index is given. If both index and
|
||||||
are given, use count.
|
count are given, use count.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
index: The [win_id/]index of the tab to focus. Or a substring
|
index: The [win_id/]index of the tab to focus. Or a substring
|
||||||
|
Loading…
Reference in New Issue
Block a user