vim-patch:c3cfdef: runtime(doc): clarify the use of v:errormsg (#36789)

fixes: vim/vim#18825

c3cfdefdee

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2025-12-02 08:38:18 +08:00
committed by GitHub
parent ade9eac8ca
commit 832ce0ac4b
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ vim.v.dying = ...
--- @type integer
vim.v.echospace = ...
--- Last given error message.
--- Last error message that occurred (not neccessarily displayed).
--- Modifiable (can be set).
--- Example:
---