comparison 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
comparison
equal deleted inserted replaced
29758:7e306219b233 29759:d19adfd545e2
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 219,
738 /**/ 740 /**/
739 218, 741 218,
740 /**/ 742 /**/
741 217, 743 217,
742 /**/ 744 /**/