From 6290ba1dc2882883d3081978da482676eb885395 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 8 Jan 2025 02:56:23 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 3 +-- doc/oil.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 661a708..0b8d0e5 100644 --- a/README.md +++ b/README.md @@ -233,8 +233,7 @@ require("oil").setup({ { "name", "asc" }, }, -- 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 end, }, diff --git a/doc/oil.txt b/doc/oil.txt index 6f84dd1..8540cbd 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -118,7 +118,7 @@ CONFIG *oil-confi { "name", "asc" }, }, -- 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 end, },