summaryrefslogtreecommitdiff
path: root/src/vim9compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9compile.c')
-rw-r--r--src/vim9compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9compile.c b/src/vim9compile.c
index ad9b9dfd6..0f29ceb0a 100644
--- a/src/vim9compile.c
+++ b/src/vim9compile.c
@@ -1840,7 +1840,7 @@ get_script_item_idx(int sid, char_u *name, int check_writable, cctx_T *cctx)
return -1;
if (sid == current_sctx.sc_sid)
{
- sallvar_T *sav = find_script_var(name, (size_t)-1, cctx);
+ sallvar_T *sav = find_script_var(name, 0, cctx);
if (sav == NULL)
return -2;