mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
runtime(doc): Fix notation of "Vim script" and "Vim9 script"
closes: #17213 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
411ae580a9
commit
fbe4a8f5c0
@@ -2284,7 +2284,7 @@ get_lval(
|
||||
{
|
||||
where_T where = WHERE_INIT;
|
||||
|
||||
// In a vim9 script, do type check and make sure the variable is
|
||||
// In a Vim9 script, do type check and make sure the variable is
|
||||
// writable.
|
||||
if (check_typval_type(lp->ll_valtype, rettv, where) == FAIL)
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user