docs: remove incorrect mention of ZR in the docs for v:startreason

This commit is contained in:
Olivia Kinnear
2026-07-17 12:59:45 -05:00
parent 19ddd86128
commit feec7b848f
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.
]=],