diff src/version.c @ 26530:2fbd05a873e3 v8.2.3794

patch 8.2.3794: Vim9: cannot find script-local func using "s:" Commit: https://github.com/vim/vim/commit/33b968dc60c5fa39451098e680c7559ebc65d1a7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 11:31:04 2021 +0000 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:".
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 12:45:03 +0100
parents 4d8226001391
children 255bc9a08e58
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3794,
+/**/
     3793,
 /**/
     3792,