mirror of
https://github.com/neovim/neovim.git
synced 2026-08-01 13:19:20 +00:00
fix(restart): distinguish v:exitreason for :restart! #40801
(cherry picked from commit 12e8db3847)
This commit is contained in:
committed by
github-actions[bot]
parent
5d39617e7e
commit
371e60dceb
1
runtime/lua/vim/_meta/vvars.gen.lua
generated
1
runtime/lua/vim/_meta/vvars.gen.lua
generated
@@ -256,6 +256,7 @@ vim.v.exiting = ...
|
||||
--- - "" Not exiting, or exit was canceled.
|
||||
--- - "quit" `:quit`, `:qall`, `:wq`, `ZZ`, `ZQ`, etc.
|
||||
--- - "restart" `:restart`, `ZR`.
|
||||
--- - "restart!" `:restart!`, `[count]``ZR`.
|
||||
---
|
||||
--- Example:
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user