0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.1.1039: Vim9: comments are outdated

Problem:  Vim9: comments are outdated
Solution: Update comments, and include an enum example in the help
          (Yegappan Lakshmanan)

closes: #16485

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yegappan Lakshmanan
2025-01-19 22:20:34 +01:00
committed by Christian Brabandt
parent 2a5312e738
commit a81cf8b99e
3 changed files with 10 additions and 6 deletions

View File

@@ -3994,7 +3994,7 @@ eval_shift_number(typval_T *tv1, typval_T *tv2, int shift_type)
}
/*
* Handle the bitwise left/right shift operator expression:
* Handle fourth level expression (bitwise left/right shift operators):
* var1 << var2
* var1 >> var2
*
@@ -4512,7 +4512,8 @@ eval7(
}
/*
* Handle a type cast before a base level expression.
* Handle seventh level expression:
* a type cast before a base level expression.
* "arg" must point to the first non-white of the expression.
* "arg" is advanced to just after the recognized expression.
* Return OK or FAIL.
@@ -4883,7 +4884,7 @@ eval9_var_func_name(
}
/*
* Handle sixth level expression:
* Handle eighth level expression:
* number number constant
* 0zFFFFFFFF Blob constant
* "string" string constant