view src/proto/vim9execute.pro @ 22299:f70e23adc829

Added tag v8.2.1698 for changeset 07e48ee8c3bb67239e9459fa9037918098bcc802
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 21:15:06 +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 : */