Files
neovim/runtime/doc
Sathya Pramodh d5516daf12 fix(:restart): formalize restart event #35223
Problem:
The "restart" event has some problems:
- all UI clients must implement a somewhat complex set of setups
- UI must be on the same machine as the server
- only works for the "current" UI
- race/edge case: If the user config has errors / waiting for input, are
  all UIs able to attach while Nvim is waiting for input?

Solution:
- Perform the restart on the server, not the client.
- Pass listen address (instead of CLI args) in the UI event.
- Simplifies UI logic: they only need to attach to new address.
- Opens the door for more enhancements in the future, such as allowing
  all UIs to reattach instead of only the "current" UI.

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
2026-03-28 15:25:09 -04:00
..
2026-03-11 18:24:57 +01:00
2026-03-28 09:59:54 -04:00
2026-03-24 00:14:55 +01:00
2026-02-12 13:46:45 +01:00
2026-03-11 18:17:46 +01:00
2024-05-15 23:19:26 +02:00
2026-03-11 18:00:18 +01:00
2026-03-11 18:00:18 +01:00
2025-12-06 20:33:02 -05:00
2023-06-25 17:14:28 +02:00
2026-01-27 17:14:57 -05:00
2026-03-22 01:57:28 +01:00
2026-01-12 03:50:57 +00:00
2026-03-28 09:59:54 -04:00
2025-12-15 13:55:15 -05:00
2026-03-16 10:29:58 +01:00
2026-02-12 13:46:45 +01:00
2025-12-15 13:55:15 -05:00
2026-03-11 18:17:46 +01:00
2025-09-28 20:57:59 -07:00
2026-03-28 09:59:54 -04:00
2026-03-24 00:14:55 +01:00
2026-03-24 00:14:55 +01:00
2026-03-11 18:00:18 +01:00
2025-12-15 13:55:15 -05:00
2025-12-06 20:33:02 -05:00
2026-03-24 00:14:55 +01:00
2026-03-11 18:24:57 +01:00
2026-03-22 01:57:28 +01:00
2026-03-24 00:14:55 +01:00
2026-03-22 01:57:28 +01:00
2026-03-18 20:40:20 +01:00
2026-01-07 08:11:42 +08:00
2026-03-24 00:14:55 +01:00
2025-12-06 20:33:02 -05:00
2025-12-06 20:33:02 -05:00
2026-03-11 12:39:49 +01:00
2025-12-15 13:55:15 -05:00
2026-03-24 00:14:55 +01:00
2026-03-28 09:59:54 -04:00
2026-03-20 23:30:09 +01:00
2026-03-28 09:59:54 -04:00
2026-03-28 09:59:54 -04:00