summaryrefslogtreecommitdiffstats
path: root/src/proto/evalvars.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-09 19:34:43 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-09 19:34:43 +0200
commit5da356e07359a59cf2d682908ba8592a72d5d9cd (patch)
tree7769114608235782984c94061cef30c974537ba4 /src/proto/evalvars.pro
parent4d23c52824dd2f4577eb980e7d91feed34052755 (diff)
patch 8.2.0536: Vim9: some compilation code not testedv8.2.0536
Problem: Vim9: some compilation code not tested. Solution: Add more test cases.
Diffstat (limited to 'src/proto/evalvars.pro')
-rw-r--r--src/proto/evalvars.pro2
1 files changed, 1 insertions, 1 deletions
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);