We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2aaf8b commit 74ddb8fCopy full SHA for 74ddb8f
lua/nvim-tree/live-filter.lua
@@ -37,7 +37,8 @@ local function remove_overlay()
37
})
38
end
39
40
- vim.api.nvim_win_close(overlay_winnr, { force = true })
+ vim.api.nvim_win_close(overlay_winnr, true)
41
+ vim.api.nvim_buf_delete(overlay_bufnr, { force = true })
42
overlay_bufnr = nil
43
overlay_winnr = nil
44
0 commit comments