mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
docs: remove incorrect mention of ZR in the docs for v:startreason
This commit is contained in:
@@ -638,7 +638,7 @@ v:startreason
|
||||
The reason Nvim started. Possible values:
|
||||
- "normal" normal startup.
|
||||
- "restart" started by |:restart|.
|
||||
- "restart!" started by |:restart!| or |ZR|.
|
||||
- "restart!" started by |:restart!|.
|
||||
|
||||
Read-only.
|
||||
|
||||
|
||||
2
runtime/lua/vim/_meta/vvars.gen.lua
generated
2
runtime/lua/vim/_meta/vvars.gen.lua
generated
@@ -670,7 +670,7 @@ vim.v.stacktrace = ...
|
||||
--- The reason Nvim started. Possible values:
|
||||
--- - "normal" normal startup.
|
||||
--- - "restart" started by `:restart`.
|
||||
--- - "restart!" started by `:restart!` or `ZR`.
|
||||
--- - "restart!" started by `:restart!`.
|
||||
---
|
||||
--- Read-only.
|
||||
--- @type string
|
||||
|
||||
@@ -771,7 +771,7 @@ M.vars = {
|
||||
The reason Nvim started. Possible values:
|
||||
- "normal" normal startup.
|
||||
- "restart" started by |:restart|.
|
||||
- "restart!" started by |:restart!| or |ZR|.
|
||||
- "restart!" started by |:restart!|.
|
||||
|
||||
Read-only.
|
||||
]=],
|
||||
|
||||
Reference in New Issue
Block a user