view src/proto/vim9execute.pro @ 20676:96e5c3e65d20

Added tag v8.2.0891 for changeset 02f648f1c8fac671fb69a5016d728678e9d9aadf
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 10:15:04 +0200
parents 5950284a517f
children fcf978444298
line wrap: on
line source

/* vim9execute.c */
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 : */