mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Increase sendkeys timeout
This commit is contained in:
parent
2106bada5b
commit
5aa8af7cdb
@ -20,7 +20,7 @@ local function sendkeys(keys)
|
|||||||
-- give neovim some time to process msgpack requests before possibly sending
|
-- give neovim some time to process msgpack requests before possibly sending
|
||||||
-- more key presses - otherwise they all pile up in the queue and get
|
-- more key presses - otherwise they all pile up in the queue and get
|
||||||
-- processed at once
|
-- processed at once
|
||||||
local ntime = os.clock() + 0.01
|
local ntime = os.clock() + 0.1
|
||||||
repeat until os.clock() > ntime
|
repeat until os.clock() > ntime
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user