1
0
forked from aniani/vim

patch 9.0.1149: class members may be garbage collected

Problem:    Class members may be garbage collected.
Solution:   Mark class members as being in use.
This commit is contained in:
Bram Moolenaar
2023-01-05 13:16:04 +00:00
parent 2468add0b8
commit cf760d50dc
4 changed files with 46 additions and 3 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1149,
/**/
1148,
/**/