Files
neovim/runtime/lua/vim/_core
Sanzhar Kuandyk 5891f2f3dc fix(:restart): reuse --listen addr on Windows #38539
Problem:
On Windows, :restart cannot immediately reuse the canonical --listen
address because named pipe release is asynchronous.

Solution:
Start the new Nvim server on a temporary address; in the new Nvim,
retry serverstart() with the original ("canonical") address until it
succeeds.
2026-04-21 12:49:16 -04:00
..
2026-04-18 15:38:59 -04:00
2026-01-23 09:30:37 +01:00