fix: adapt to Nvim deprecations in 0.10 (#3109)
This commit is contained in:
@@ -52,7 +52,7 @@ local bat_maker = function(filename, lnum, start, finish)
|
||||
end
|
||||
end
|
||||
|
||||
return vim.tbl_flatten {
|
||||
return utils.flatten {
|
||||
command,
|
||||
bat_options,
|
||||
"--",
|
||||
|
||||
Reference in New Issue
Block a user