mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
vim-patch:9.1.1665: Outdated comment in eval.c (#35436)
Problem: Outdated comment in eval.c. Solution: Remove the comment, which is no longer true after 8.2.1672. Also fix a typo in version9.txt (zeertzjq). closes: vim/vim#180775d3c39af2a
(cherry picked from commitb9699d5701
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
3cf9dac2ba
commit
e6ea97a691
@@ -2649,8 +2649,6 @@ int eval0_simple_funccal(char *arg, typval_T *rettv, exarg_T *eap, evalarg_T *co
|
||||
/// "arg" must point to the first non-white of the expression.
|
||||
/// "arg" is advanced to the next non-white after the recognized expression.
|
||||
///
|
||||
/// Note: "rettv.v_lock" is not set.
|
||||
///
|
||||
/// @return OK or FAIL.
|
||||
int eval1(char **arg, typval_T *rettv, evalarg_T *const evalarg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user