comparison src/proto/vim9execute.pro @ 34053:19cdfe768104 v9.0.2190

patch 9.0.2190: proto files need update Commit: https://github.com/vim/vim/commit/6a950da86d7a6eb09d5ebeab17657986420d07ac Author: Christian Brabandt <cb@256bit.org> Date: Mon Jan 1 20:18:36 2024 +0100 patch 9.0.2190: proto files need update Problem: proto files need update Solution: re-generate them Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Jan 2024 20:30:02 +0100
parents f99f5a56ff27
children
comparison
equal deleted inserted replaced
34052:e2e9bb5496a5 34053:19cdfe768104
2 void to_string_error(vartype_T vartype); 2 void to_string_error(vartype_T vartype);
3 void update_has_breakpoint(ufunc_T *ufunc); 3 void update_has_breakpoint(ufunc_T *ufunc);
4 int funcstack_check_refcount(funcstack_T *funcstack); 4 int funcstack_check_refcount(funcstack_T *funcstack);
5 int set_ref_in_funcstacks(int copyID); 5 int set_ref_in_funcstacks(int copyID);
6 int in_def_function(void); 6 int in_def_function(void);
7 int fill_exec_lval_root(lval_root_T *lr); 7 int fill_exec_lval_root(lval_root_T *root);
8 ectx_T *clear_current_ectx(void); 8 ectx_T *clear_current_ectx(void);
9 void restore_current_ectx(ectx_T *ectx); 9 void restore_current_ectx(ectx_T *ectx);
10 int add_defer_function(char_u *name, int argcount, typval_T *argvars); 10 int add_defer_function(char_u *name, int argcount, typval_T *argvars);
11 char_u *char_from_string(char_u *str, varnumber_T index); 11 char_u *char_from_string(char_u *str, varnumber_T index);
12 char_u *string_slice(char_u *str, varnumber_T first, varnumber_T last, int exclusive); 12 char_u *string_slice(char_u *str, varnumber_T first, varnumber_T last, int exclusive);