Skip to content

Commit ac9b7de

Browse files
committed
fix(cli): more sensible vim.wait (closes #2463)
1 parent f9c6478 commit ac9b7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cli.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ local cmd = "FzfLua " .. table.concat(_G.arg, " ")
5050
assert(pcall(vim.cmd, cmd), "wrong cmd: " .. cmd)
5151

5252
while true do
53-
vim.wait(0)
53+
vim.wait(100)
5454
end

0 commit comments

Comments
 (0)