Files
neovim/runtime/lua/vim
Nathan Zeng 9905c7b425 feat(:restart)!: ":restart" (no bang) saves/restores session #40321
Problem:
`:restart` does not preserve window layout, etc.

Solution:
- Change `:restart` to save/restore a session automatically.
- Introduce "bang" variant `:restart!` to restart *without* session
  save/restore.
- Introduce `v:startreason`.
- `ZR` maps to `:restart!`.

(cherry picked from commit 845b66dd4a)
2026-07-06 00:04:30 -05:00
..
2026-04-25 13:51:22 -04:00
2026-05-07 12:03:02 +02:00
2025-06-06 15:36:48 +01:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-07-05 10:39:22 +00:00