view src/proto/vim9execute.pro @ 21960:402f745d2d2b

Added tag v8.2.1529 for changeset 67d4be2757b007a6433d5d8ff410c1f1e5a44444
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 23:15:05 +0200
parents fcf978444298
children 7d6ba4204f66
line wrap: on
line source

/* vim9execute.c */
void to_string_error(vartype_T vartype);
int call_def_function(ufunc_T *ufunc, int argc_arg, typval_T *argv, partial_T *partial, typval_T *rettv);
void ex_disassemble(exarg_T *eap);
int tv2bool(typval_T *tv);
int check_not_string(typval_T *tv);
/* vim: set ft=c : */