mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
@@ -571,7 +571,7 @@ static varnumber_T tv_nr(typval_T *tvs, int *idxp)
|
||||
EMSG(_(e_printf));
|
||||
} else {
|
||||
(*idxp)++;
|
||||
int err = false;
|
||||
bool err = false;
|
||||
n = (varnumber_T)get_tv_number_chk(&tvs[idx], &err);
|
||||
if (err) {
|
||||
n = 0;
|
||||
|
Reference in New Issue
Block a user