Skip to content

Commit 58cce90

Browse files
committed
fix: abnormal window behavior when use fzf
1 parent 9c78364 commit 58cce90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/configs/tool/search.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ return function()
5757
opts = { additional_args = { "--no-ignore" } }
5858
end
5959
end
60-
return use_fzf and fzf[fzf_fn](opts) or tb_fn(opts)
60+
return (use_fzf and fzf[fzf_fn] or tb_fn)(opts)
6161
end
6262
end
6363

0 commit comments

Comments
 (0)