fix: adapt to Nvim deprecations in 0.10 (#3109)
This commit is contained in:
@@ -793,7 +793,7 @@ end
|
||||
|
||||
internal.man_pages = function(opts)
|
||||
opts.sections = vim.F.if_nil(opts.sections, { "1" })
|
||||
assert(vim.tbl_islist(opts.sections), "sections should be a list")
|
||||
assert(utils.islist(opts.sections), "sections should be a list")
|
||||
opts.man_cmd = utils.get_lazy_default(opts.man_cmd, function()
|
||||
local uname = vim.loop.os_uname()
|
||||
local sysname = string.lower(uname.sysname)
|
||||
|
||||
Reference in New Issue
Block a user