We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5f50f commit 336d6dbCopy full SHA for 336d6db
1 file changed
tests/win_spec.lua
@@ -147,7 +147,10 @@ T["win"]["keymap"]["no error"] = function()
147
return child.lua_get([[_G._fzf_load_called]]) == true
148
end)
149
child.type_keys(key)
150
- if helpers.IS_WIN() then child.type_keys("<c-c>") end
+ child.type_keys("<c-c>")
151
+ child.wait_until(function()
152
+ return child.lua_get([[_G._fzf_load_called]]) == vim.NIL
153
+ end)
154
end
155
156
0 commit comments