[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
f5c563a074
commit
6290ba1dc2
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue