Regenerate docs

This commit is contained in:
Florian Bruhin 2017-10-03 10:13:16 +02:00
parent 8ae0bd2797
commit 58bef6ba97
2 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ Load a bookmark.
[[buffer]]
=== buffer
Syntax: +:buffer 'index'+
Syntax: +:buffer ['index']+
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
* +'index'+: The [win_id/]index of the tab to focus. Or a substring in which case the closest match will be focused.
==== count
The tab index to focus, starting with 1.
[[close]]
=== close
Close the current window.

View File

@ -1015,8 +1015,8 @@ class CommandDispatcher:
def buffer(self, index=None, count=None):
"""Select tab by index or url/title best match.
Focuses window if necessary when index is given. If both index and count
are given, use count.
Focuses window if necessary when index is given. If both index and
count are given, use count.
Args:
index: The [win_id/]index of the tab to focus. Or a substring