docs: add more builtin.buffers documentation (#888)

This commit is contained in:
Gwarnifarn
2021-06-03 22:16:09 +02:00
committed by GitHub
parent 5b6b23a3a2
commit 2697bcfaf0
2 changed files with 7 additions and 0 deletions

View File

@@ -722,6 +722,11 @@ builtin.buffers({opts}) *builtin.buffers()*
{only_cwd} (boolean) if true, only show buffers in the
current working directory (default
false)
{sort_lastused} (boolean) if true, sort the shown buffers so
that the last used one is selected
(default false)
{bufnr_width} (number) Defines the width of the buffer
numbers in front of the filenames
builtin.colorscheme({opts}) *builtin.colorscheme()*