refactor(#2826): rename View to Window
This commit is contained in:
@@ -185,7 +185,7 @@ function M.update_coc()
|
||||
|
||||
local bufnr
|
||||
if explorer then
|
||||
bufnr = explorer.view:get_bufnr()
|
||||
bufnr = explorer.window:get_bufnr()
|
||||
end
|
||||
|
||||
local should_draw = bufnr and vim.api.nvim_buf_is_valid(bufnr) and vim.api.nvim_buf_is_loaded(bufnr)
|
||||
|
||||
Reference in New Issue
Block a user