From 5da356e07359a59cf2d682908ba8592a72d5d9cd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 9 Apr 2020 19:34:43 +0200 Subject: patch 8.2.0536: Vim9: some compilation code not tested Problem: Vim9: some compilation code not tested. Solution: Add more test cases. --- src/proto/evalvars.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/evalvars.pro') diff --git a/src/proto/evalvars.pro b/src/proto/evalvars.pro index 4338b20f73..352097d430 100644 --- a/src/proto/evalvars.pro +++ b/src/proto/evalvars.pro @@ -28,7 +28,7 @@ char *get_var_special_name(int nr); dict_T *get_globvar_dict(void); hashtab_T *get_globvar_ht(void); dict_T *get_vimvar_dict(void); -int find_vim_var(char_u *name); +int find_vim_var(char_u *name, int *di_flags); void set_vim_var_type(int idx, vartype_T type); void set_vim_var_nr(int idx, varnumber_T val); char *get_vim_var_name(int idx); -- cgit v1.2.3