We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9244bd4 commit eb89e29Copy full SHA for eb89e29
1 file changed
tests/win_spec.lua
@@ -316,6 +316,7 @@ T["win"]["reuse"] = new_set({
316
},
317
previewer = function() return require("fzf-lua.test.previewer").builtin end,
318
__after_open = function()
319
+ child.wait_until(function() return child.lua_get([[_G._fzf_load_called]]) == true end)
320
if helpers.IS_WIN() then vim.uv.sleep(250) end
321
end,
322
}
0 commit comments