Skip to content

Commit 40e515d

Browse files
authored
fix(view): do not close window when NvimTree buffer is replaced (#1391)
1 parent 28c4bb0 commit 40e515d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/view.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ function M.abandon_current_window()
285285
end
286286

287287
function M.quit_on_open()
288-
M._prevent_buffer_override()
289288
M.abandon_current_window()
290289
end
291290

0 commit comments

Comments
 (0)