0
0
mirror of https://github.com/vim/vim.git synced 2025-11-08 10:27:32 -05:00
Files
vim/src/proto/vim9execute.pro

7 lines
222 B
Prolog
Raw Normal View History

/* vim9execute.c */
int call_def_function(ufunc_T *ufunc, int argc, typval_T *argv, 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 : */