forked from aniani/vim
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
This commit is contained in:
6
src/proto/vim9execute.pro
Normal file
6
src/proto/vim9execute.pro
Normal file
@@ -0,0 +1,6 @@
|
||||
/* 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 : */
|
Reference in New Issue
Block a user