[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-03-24 06:29:38 +00:00
parent ba60a0b1f5
commit 17fc356882
2 changed files with 2 additions and 2 deletions

View file

@ -322,7 +322,7 @@ require("aerial").setup({
-- Ignored buftypes.
-- Can be one of the following:
-- false or nil - No buftypes are ignored.
-- "special" - All buffers other than normal and help buffers are ignored.
-- "special" - All buffers other than normal, help and man page buffers are ignored.
-- table - A list of buftypes to ignore. See :help buftype for the
-- possible values.
-- function - A function that returns true if the buffer should be

View file

@ -160,7 +160,7 @@ OPTIONS *aerial-option
-- Ignored buftypes.
-- Can be one of the following:
-- false or nil - No buftypes are ignored.
-- "special" - All buffers other than normal and help buffers are ignored.
-- "special" - All buffers other than normal, help and man page buffers are ignored.
-- table - A list of buftypes to ignore. See :help buftype for the
-- possible values.
-- function - A function that returns true if the buffer should be