mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07: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
|
||||
-- more key presses - otherwise they all pile up in the queue and get
|
||||
-- processed at once
|
||||
local ntime = os.clock() + 0.01
|
||||
local ntime = os.clock() + 0.1
|
||||
repeat until os.clock() > ntime
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user