fix(view): do not close window when NvimTree buffer is replaced (#1391)

This commit is contained in:
Grzegorz Rozdzialik
2022-07-04 14:11:42 +02:00
committed by GitHub
parent 28c4bb01f6
commit 40e515df87

View File

@@ -285,7 +285,6 @@ function M.abandon_current_window()
end
function M.quit_on_open()
M._prevent_buffer_override()
M.abandon_current_window()
end