[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2025-01-08 02:56:23 +00:00
parent f5c563a074
commit 6290ba1dc2
2 changed files with 2 additions and 3 deletions

View file

@ -233,8 +233,7 @@ require("oil").setup({
{ "name", "asc" }, { "name", "asc" },
}, },
-- Customize the highlight group for the file name -- Customize the highlight group for the file name
highlight_filename = function(entry, is_hidden, is_link_target, is_link_orphan, highlight_filename = function(entry, is_hidden, is_link_target, is_link_orphan)
bufnr)
return nil return nil
end, end,
}, },

View file

@ -118,7 +118,7 @@ CONFIG *oil-confi
{ "name", "asc" }, { "name", "asc" },
}, },
-- Customize the highlight group for the file name -- Customize the highlight group for the file name
highlight_filename = function(entry, is_hidden, is_link_target, is_link_orphan, bufnr) highlight_filename = function(entry, is_hidden, is_link_target, is_link_orphan)
return nil return nil
end, end,
}, },