mirror of
https://github.com/neovim/neovim.git
synced 2026-07-26 02:32:02 +00:00
fix(restart): distinguish v:exitreason for :restart! #40801
This commit is contained in:
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