neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 89d26d61d271231b7753186de898bb95d2a83372
parent 6af89580555f09c21221c22fb5785124791cd0ac
Author: Ian Beckett <41558014+ianebeckett@users.noreply.github.com>
Date:   Tue, 16 Dec 2025 12:22:05 -0600

fix(vim.pack): increase default timeout #36992


Diffstat:
Mruntime/lua/vim/_async.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/lua/vim/_async.lua b/runtime/lua/vim/_async.lua @@ -1,6 +1,6 @@ local M = {} -local max_timeout = 30000 +local max_timeout = 120000 local copcall = package.loaded.jit and pcall or require('coxpcall').pcall --- @param thread thread