diff src/version.c @ 29759:d19adfd545e2 v9.0.0219

patch 9.0.0219: cannot make a funcref with "s:func" in a def function Commit: https://github.com/vim/vim/commit/948a3894d98f5e2a6e7fc57189fe9c2a5919eebf Author: Kota Kato <github@kat0h.com> Date: Tue Aug 16 16:09:59 2022 +0100 patch 9.0.0219: cannot make a funcref with "s:func" in a def function Problem: Cannot make a funcref with "s:func" in a def function in legacy script. Solution: Allow for using a lower case function name after "s:". (Kota Kato, closes #10926)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Aug 2022 17:15:03 +0200
parents beab53bb989e
children 0cea0cdcce92
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    219,
+/**/
     218,
 /**/
     217,