commit | 33b968dc60c5fa39451098e680c7559ebc65d1a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 11:31:04 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 11:31:04 2021 +0000 |
tree | 0f36bad9cc6a67ddde5408837fc61dc02065e5ef | |
parent | ef082e12df2cafe177b2ac9f6922393223ccf83b [diff] [blame] |
patch 8.2.3794: Vim9: cannot find script-local func using "s:" Problem: Vim9: cannot find script-local func using "s:". (Yegappan Lakshmanan) Solution: Skip the "s:".
diff --git a/src/version.c b/src/version.c index 971510a..c21badc 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3794, +/**/ 3793, /**/ 3792,