forked from aniani/vim
Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
7 lines
222 B
C
7 lines
222 B
C
/* 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 : */
|