mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
refactor(lua): consistent use of local aliases
This commit is contained in:

committed by
Christian Clason

parent
a33284c2c0
commit
c10e36fc01
@@ -177,7 +177,7 @@ function M.get(filter)
|
||||
--- @param buf integer
|
||||
vim.tbl_map(function(buf)
|
||||
vim.list_extend(hints, M.get(vim.tbl_extend('keep', { bufnr = buf }, filter)))
|
||||
end, vim.api.nvim_list_bufs())
|
||||
end, api.nvim_list_bufs())
|
||||
return hints
|
||||
else
|
||||
bufnr = vim._resolve_bufnr(bufnr)
|
||||
|
Reference in New Issue
Block a user