Skip to content

Commit a27eb74

Browse files
committed
fix win closed
1 parent f4881fd commit a27eb74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/dired/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,6 @@ end
13391339

13401340
Actions.openFile = function(state, path, action)
13411341
api.nvim_win_close(state.win, true)
1342-
api.nvim_win_close(state.search_win, true)
13431342
vim.cmd.stopinsert()
13441343
vim.schedule(function()
13451344
action(path)

0 commit comments

Comments
 (0)